dante4rt / fintopio-airdrop-bot

An automation bot to complete tasks, check in daily, and farm on Fintopio for airdrop rewards.
https://t.me/HappyCuanAirdrop
MIT License
32 stars 17 forks source link
airdrop automation bot check-in farming fintopio tasks telegram

πŸš€ Fintopio Airdrop Bot

This is an automated bot to help you complete tasks, check in daily, and participate in farming on the Fintopio platform. The bot interacts with Fintopio's API to automate your tasks and save time!

Features

Installation

  1. Clone the repository:

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

    npm install
  3. Create a bearers.json file in the project root directory. This file will contain the tokens used to authenticate with the Fintopio API.

Format of bearers.json

The bearers.json file should be an array of strings, each string being a bearer token for one account:

[
  "your_bearer_token_1",
  "your_bearer_token_2",
  "your_bearer_token_3"
]

How to get your Bearer Token

  1. Open the Fintopio Telegram Bot: JOIN HERE

  2. Right-click anywhere in the bot and select Inspect to open the browser's developer tools.

  3. Navigate to the Console tab.

  4. Paste the following code in the console:

    console.log(localStorage.getItem(Object.keys(localStorage).find(k => k.startsWith('authToken_'))));
  5. The console will print your bearer token. Copy this token and paste it into the bearers.json file.

Running the Bot

After setting up the bearers.json file, you can run the bot with the following command:

npm start

Follow the instructions in the terminal to select your desired action.

Contributing

Feel free to submit issues or create pull requests to improve the bot.

Donations

If you would like to support the development of this project, you can make a donation using the following addresses:

License

This project is licensed under the MIT License.