https://github.com/dante4rt/fintopio-airdrop-bot
An automation bot to complete tasks, check in daily, and farm on Fintopio for airdrop rewards.
https://github.com/dante4rt/fintopio-airdrop-bot
airdrop automation bot check-in farming fintopio tasks telegram
Last synced: 5 months ago
JSON representation
An automation bot to complete tasks, check in daily, and farm on Fintopio for airdrop rewards.
- Host: GitHub
- URL: https://github.com/dante4rt/fintopio-airdrop-bot
- Owner: dante4rt
- License: mit
- Created: 2024-09-03T16:15:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T17:12:07.000Z (12 months ago)
- Last Synced: 2025-05-18T07:15:06.086Z (5 months ago)
- Topics: airdrop, automation, bot, check-in, farming, fintopio, tasks, telegram
- Language: JavaScript
- Homepage: https://t.me/HappyCuanAirdrop
- Size: 25.4 KB
- Stars: 44
- Watchers: 2
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 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
- ✅ Auto complete all tasks
- 💎 Auto click asteroid (diamond)
- 📅 Auto daily check-in
- 🌱 Auto farming
## Installation
1. Clone the repository:
```bash
git clone https://github.com/dante4rt/fintopio-airdrop-bot.git
cd fintopio-airdrop-bot
```
2. Install dependencies:
```bash
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:
```json
[
"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](https://fintop.io/2uM1qMLs5F)
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:
```javascript
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:
```bash
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:
- **Solana**: `GLQMG8j23ookY8Af1uLUg4CQzuQYhXcx56rkpZkyiJvP`
- **EVM**: `0x960EDa0D16f4D70df60629117ad6e5F1E13B8F44`
- **BTC**: `bc1p9za9ctgwwvc7amdng8gvrjpwhnhnwaxzj3nfv07szqwrsrudfh6qvvxrj8`
## License
This project is licensed under the MIT License.