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!
Clone the repository:
git clone https://github.com/dante4rt/fintopio-airdrop-bot.git
cd fintopio-airdrop-bot
Install dependencies:
npm install
Create a bearers.json
file in the project root directory. This file will contain the tokens used to authenticate with the Fintopio API.
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"
]
Open the Fintopio Telegram Bot: JOIN HERE
Right-click anywhere in the bot and select Inspect to open the browser's developer tools.
Navigate to the Console tab.
Paste the following code in the console:
console.log(localStorage.getItem(Object.keys(localStorage).find(k => k.startsWith('authToken_'))));
The console will print your bearer token. Copy this token and paste it into the bearers.json
file.
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.
Feel free to submit issues or create pull requests to improve the bot.
If you would like to support the development of this project, you can make a donation using the following addresses:
GLQMG8j23ookY8Af1uLUg4CQzuQYhXcx56rkpZkyiJvP
0x960EDa0D16f4D70df60629117ad6e5F1E13B8F44
bc1p9za9ctgwwvc7amdng8gvrjpwhnhnwaxzj3nfv07szqwrsrudfh6qvvxrj8
This project is licensed under the MIT License.