Welcome to the Interlink Multi-Bot repository! This project automates the process of claiming airdrop tokens from Interlink Labs every four hours. It supports proxies, verifies OTPs, and is fully open-source.
- Automated Claiming: Automatically claims airdrop tokens every four hours.
- Multi-Account Support: Manage multiple accounts seamlessly.
- Proxy Support: Use proxies to maintain privacy and avoid rate limits.
- OTP Verification: Securely verify accounts with OTPs.
- Open-Source: Fully transparent codebase for community collaboration.
To get started with Interlink Multi-Bot, follow these steps:
Once you have installed the bot, you can start using it. Hereβs how:
- Configure Accounts: Edit the
config.jsonfile to add your accounts and proxy settings. - Run the Bot: Execute the following command:
python main.py
The bot will now run and automatically claim tokens every four hours.
The configuration file is essential for the bot to function correctly. Hereβs a sample configuration:
{
"accounts": [
{
"email": "user@example.com",
"password": "your_password",
"otp": "your_otp",
"proxy": "http://proxy.example.com:8080"
},
{
"email": "another_user@example.com",
"password": "another_password",
"otp": "another_otp",
"proxy": "http://another_proxy.example.com:8080"
}
]
}- email: Your account email.
- password: Your account password.
- otp: One-Time Password for verification.
- proxy: Optional proxy for anonymity.
We welcome contributions from the community! Hereβs how you can help:
- Fork the Repository: Create your own copy of the project.
- Create a Branch: Make a new branch for your feature or bug fix.
git checkout -b feature/your-feature
- Make Changes: Implement your changes and test them.
- Submit a Pull Request: Push your changes and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
The Interlink Multi-Bot aims to simplify the process of claiming airdrop tokens. With its multi-account support, proxy functionality, and OTP verification, it provides a robust solution for crypto enthusiasts.
Happy claiming! π