This is a Node.js bot for automating the Boxxer Airdrop process. The bot allows you to perform airdrop actions either once or on a daily schedule using cron. It also supports multiple accounts by adding multiple tokens to the tokens.json
file.
-
Clone the repository:
git clone https://github.com/dante4rt/boxxer-airdrop-bot.git cd boxxer-airdrop-bot
-
Install dependencies:
npm install
-
Go to web.telegram.org and log in to your account.
-
Register to the airdrop bot by navigating to this link.
-
Open Developer Tools in your browser (usually by pressing
F12
orCtrl+Shift+I
). -
Go to the "Network" tab, then click on "Fetch/XHR".
-
Look for requests with names like
name
,info
, ortap
. Click on them to inspect. -
Find the token in the "Authorization" header of the request.
-
Copy the token and save it in a file named
tokens.json
in the root directory of your project. The file should be formatted as follows:["your_token_here", "another_token_here"]
-
Run the bot:
node index.js
-
Follow the prompts to choose between one-time or 24-hour running mode.
If you would like to support the development of this project, you can make a donation using the following addresses:
- Solana:
GLQMG8j23ookY8Af1uLUg4CQzuQYhXcx56rkpZkyiJvP
- EVM:
0x960EDa0D16f4D70df60629117ad6e5F1E13B8F44
- BTC:
bc1p9za9ctgwwvc7amdng8gvrjpwhnhnwaxzj3nfv07szqwrsrudfh6qvvxrj8
This project is licensed under the MIT License - see the LICENSE file for details.