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:
-
Clone the Repository:
git clone https://github.com/Roop81/Interlink-Multi-Bot.git cd Interlink-Multi-Bot
-
Install Dependencies: Ensure you have Python installed. Then, run:
pip install -r requirements.txt
-
Download the Latest Release: Visit the Releases section to download the latest version. Execute the downloaded file to start the bot.
Once you have installed the bot, you can start using it. Hereβs how:
- Configure Accounts: Edit the
config.json
file 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.
If you encounter any issues or have questions, please check the Releases section or open an issue in the repository.
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.
For the latest updates and releases, please check the Releases section. Your contributions and feedback are always welcome!
Happy claiming! π