Skip to content

DropsterMind/InterlinkBOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌅 Interlink BOT

Automated Mining $ITLG with multi-account and proxy support

Python Version License

🎯 Overview

Interlink BOT is an automated tool designed to mining $ITLG tokens across multiple accounts. It provides seamless offers robust proxy support for enhanced security and reliability performance.

🔗 Get Started: Register on Interlinklabs

Referral Code: Use code 33113949 during registration for benefits!

✨ Features

  • 🔄 Automated Account Management - Retrieve account information automatically
  • 🌐 Flexible Proxy Support - Run with or without proxy configuration
  • 🔀 Smart Proxy Rotation - Automatic rotation of invalid proxies
  • ⛏️ $ITLG Mining - Automated claim $ITLG from private & groups mining
  • 📊 Metric Synchronization - Automated synchronized metric
  • 👥 Multi-Account Support - Manage multiple accounts simultaneously

📋 Requirements

  • Python: Version 3.9 or higher
  • pip: Latest version recommended

🛠 Installation

1. Clone the Repository

git clone https://github.com/DropsterMind/InterlinkBOT.git
cd InterlinkBOT

2. Install Dependencies

pip install -r requirements.txt
# or for Python 3 specifically
pip3 install -r requirements.txt

⚙️ Configuration

Environment Configuration

Create or edit .env in the project directory:

# Adjust it yourself to match the latest version of the Interlink App.
APP_VERSION = "5.0.5"

Account Configuration

Create or edit accounts.josn in the project directory:

[
    {
        "email": "your_email_address_1",
        "passcode": "your_passcode",
        "interlinkId": "your_interlink_id ( without xxxx@, only number )"
    },
    {
        "email": "your_email_address_2",
        "passcode": "your_passcode",
        "interlinkId": "your_interlink_id ( without xxxx@, only number )"
    }
]

Proxy Configuration (Optional)

Create or edit proxy.txt in the project directory:

# Simple format (HTTP protocol by default)
192.168.1.1:8080

# With protocol specification
http://192.168.1.1:8080
https://192.168.1.1:8080

# With authentication
http://username:password@192.168.1.1:8080

🚀 Setup & Usage

Automatic Token Setup

Run the setup script to automatically fetch tokens using your configured account credentials:

python setup.py
# or for Python 3 specifically
python3 setup.py

💡 What does setup.py do?

  • Automatically logs in to your Interlink App accounts
  • Extracts tokens automatically
  • Saves tokens to accounts.json for the bot to use

Start the Bot

After running the setup, launch the Interlink BOT:

python bot.py
# or for Python 3 specifically
python3 bot.py

Runtime Options

When starting the bot, you'll be prompted to choose:

  1. Proxy Mode Selection:

    • Option 1: Run with proxy
    • Option 2: Run without proxy
  2. Auto-Rotation:

    • y: Enable automatic invalid proxy rotation
    • n: Disable auto-rotation

About

Interlink-BOT – Python automation bot for mining ITLG with multi-account & proxy support.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages