SEED Telegram Mini App Bot Auto
Bot Link: https://t.me/seed_coin_bot/app?startapp=441146600
- Support Telethon sessions
- Auto Claim First Egg (for fresh account)
- Auto Daily
- Auto Claim Ticket Streak
- Auto Hunting
- Auto Claim Hunting
- Auto Catch Worm
- Auto Upgrade Boost
- Auto Buy Worm
- Auto Claim Guild Seed
- Auto Clear Tasks 🔥🔥🔥 (not all missions)
- Auto Clear Academy Tasks
- Auto Spin Tickets
- Auto Fusion Egg Pieces
- Auto Hatch Egg
- Auto Sell Unneeded Worms
- VPS
- Windows
- Mac
- Android (using Termux)
Before setting up the bot, ensure the following are installed:
All the configurations can be set in the .env file.
| Name | Description | Default |
|---|---|---|
| LICENSE_KEY | Dzuhri Auto License Key | |
| API_ID / API_HASH | API and API HASH from telegram account | |
| REF_LINK | Put your refferal link here | my ref link |
| AUTO_UPGRADE | Enable auto upgrade boosts | True |
| AUTO_BUY_WORM | Enable auto upgrade worm from market | False |
| AUTO_SPIN | Enable auto upgrade worm from market | True |
| AUTO_FUSION | Enable auto upgrade worm from market | False |
| AUTO_HATCH | Enable auto upgrade worm from market | False |
| MIN_CLAIM_GUILD_AMOUNT | Minimum guild seed that can be claimed | 7 |
| AUTO_SELL_WORM | Enable auto sell worm to market | False |
| USE_RANDOM_DELAY_IN_RUN | Delay each account in seconds | True |
| RANDOM_DELAY_IN_RUN | Delay after all account completed in seconds | [5, 15] |
| USE_PROXY_FROM_FILE | For using proxy | False |
- Go to my.telegram.org and log in using your phone number.
- Select
API development toolsand fill out the form to register a new application. - Record the
API_IDandAPI_HASHprovided after registering your application in the.envfile.
To use existing / logged in sessions, read this guide.
To use proxy, read this guide.
To buy cheap proxy, buy cheap proxy here
Run the following command to clone the repository:
git clone https://github.com/dzuhri-auto/seed-coin.gitOnce cloned, navigate to the project directory:
cd seed-coinRun the following commands based on your operating system:
Windows (Using Powershell) :
py -m venv venv
.\venv\Scripts\Activate
pip3 install wheel
pip3 install -r requirements.txt
cp .env-example .envMac / Linux :
python3 -m venv venv
source venv/bin/activate
pip3 install wheel
pip3 install -r requirements.txt
cp .env-example .envNote : dont forget to edit .env file
After installation, you need to input your license key in the .env file.
If you don't have a license key yet, you can purchase one here: Buy the license key
Once you have it, add it to your .env file like this:
LICENSE_KEY="Your License Key"
Run the bot using the following commands, depending on your operating system:
Windows (Using Powershell) :
.\venv\Scripts\Activate
py main.pyMac / Linux :
source venv/bin/activate
python3 main.py