Skip to content

Automate your participation in the Boxxer airdrop with this Node.js bot. Supports both one-time and scheduled (24-hour) execution.

License

Notifications You must be signed in to change notification settings

dante4rt/boxxer-airdrop-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boxxer Airdrop Bot

Overview

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.

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/dante4rt/boxxer-airdrop-bot.git
    cd boxxer-airdrop-bot
  2. Install dependencies:

    npm install

Getting the Token

  1. Go to web.telegram.org and log in to your account.

  2. Register to the airdrop bot by navigating to this link.

  3. Open Developer Tools in your browser (usually by pressing F12 or Ctrl+Shift+I).

  4. Go to the "Network" tab, then click on "Fetch/XHR".

  5. Look for requests with names like name, info, or tap. Click on them to inspect.

  6. Find the token in the "Authorization" header of the request.

  7. 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"]

Running the Bot

  1. Run the bot:

    node index.js
  2. Follow the prompts to choose between one-time or 24-hour running mode.

Donations

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

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Automate your participation in the Boxxer airdrop with this Node.js bot. Supports both one-time and scheduled (24-hour) execution.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published