Skip to content

Interlink Multi Bot automates the claiming of airdrop tokens for multiple accounts, featuring proxy support and OTP login. This tool streamlines your token claims while ensuring secure and efficient operation. πŸ™βœ¨

Notifications You must be signed in to change notification settings

Roop81/Interlink-Multi-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Interlink Multi-Bot πŸ€–

Interlink Multi-Bot License GitHub stars GitHub forks

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.

Table of Contents

Features 🌟

  • 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.

Installation βš™οΈ

To get started with Interlink Multi-Bot, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/Roop81/Interlink-Multi-Bot.git
    cd Interlink-Multi-Bot
  2. Install Dependencies: Ensure you have Python installed. Then, run:

    pip install -r requirements.txt
  3. Download the Latest Release: Visit the Releases section to download the latest version. Execute the downloaded file to start the bot.

Usage πŸš€

Once you have installed the bot, you can start using it. Here’s how:

  1. Configure Accounts: Edit the config.json file to add your accounts and proxy settings.
  2. Run the Bot: Execute the following command:
    python main.py

The bot will now run and automatically claim tokens every four hours.

Configuration βš™οΈ

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"
    }
  ]
}

Configuration Options

  • email: Your account email.
  • password: Your account password.
  • otp: One-Time Password for verification.
  • proxy: Optional proxy for anonymity.

Contributing 🀝

We welcome contributions from the community! Here’s how you can help:

  1. Fork the Repository: Create your own copy of the project.
  2. Create a Branch: Make a new branch for your feature or bug fix.
    git checkout -b feature/your-feature
  3. Make Changes: Implement your changes and test them.
  4. Submit a Pull Request: Push your changes and submit a pull request.

License πŸ“„

This project is licensed under the MIT License. See the LICENSE file for details.

Support πŸ’¬

If you encounter any issues or have questions, please check the Releases section or open an issue in the repository.


Conclusion

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! πŸŽ‰

About

Interlink Multi Bot automates the claiming of airdrop tokens for multiple accounts, featuring proxy support and OTP login. This tool streamlines your token claims while ensuring secure and efficient operation. πŸ™βœ¨

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •