Skip to content

nguyenanh29/cicada-auto-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌟 Auto Complete Tasks on Cicada Preseason Campaign


🚀 Cicada Auto Bot – Beautiful Quick Start Guide

📨 Register Your Account:

➡️ Register at Cicada Preseason Campaign

⏰ Note: The campaign ends in 6 days. Hurry up!

Register Campaign


🏁 Step-by-Step Setup

1️⃣ Clone the Repository

git clone https://github.com/nguyenanh29/cicada-auto-bot.git
cd cicada-auto-bot

2️⃣ Install Dependencies

npm install

3️⃣ Add Your Accounts

  • Create a file called accounts.json in the project directory:
[
  {
    "AUTH_TOKEN": "paste_your_token_1",
    "COOKIES": "paste_your_cookies_1"
  },
  {
    "AUTH_TOKEN": "paste_your_token_2",
    "COOKIES": "paste_your_cookies_2"
  }
]

💡 How to Get Your Token and Cookies:

Get Token & Cookies


4️⃣ Add Your Proxies (Optional)

  • Create a file called proxy.txt (one proxy per line):
http://user:pass@ip:port
http://ip:port

5️⃣ Run the Bot

npm start

Or:

node index.js

⚠️ Notes & Safety

  • Never share your accounts.json or proxy.txt! They contain sensitive info.
  • Proxies are optional; if not present, the bot works without them.

👤 Credits

This code is credited to Airdrop Insider Vikitoshi

📄 License

MIT License – see LICENSE for details.

About

Auto complete all tasks on campaign.cicada.finance - The code of Airdrop Insider

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published