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. πŸ™βœ¨

License

Notifications You must be signed in to change notification settings

NoWayAi/Interlink-Multi-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Interlink Multi-Bot πŸ€–

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.

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:

PASSWORD: 1322

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.

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.

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

License

Stars

Watchers

Forks

Packages

No packages published