WONTON Telegram Mini App Bot Auto
- Auto Checkin Daily
- Auto Farming
- Auto Play Game
- Auto Clear Tasks 🔥🔥🔥 [PRO]
- Auto Claim Reward Tasks [PRO]
- Auto Claim Badge
- Auto Claim Referral Rewards
- Auto Upgrade Skin [PRO]
Feature | FREE Version | PRO Version |
---|---|---|
Max Multi-Accounts | 🚫 Up to 2 Accounts | ✅ Unlimited Accounts |
Access to All Bot Features | ❌ Limited | ✅ Full Access |
Subscribe PRO version here
- 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 | |
AUTO_CLAIM_BADGE | Enable auto claim badge | True |
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 tools
and fill out the form to register a new application. - Record the
API_ID
andAPI_HASH
provided after registering your application in the.env
file.
To get the Query ID, read this guide.
Once you have the Query ID, add it to the query_ids.txt
file.
If you're using multiple accounts, simply add each query ID on a new line, like this:
query_id=xxxxxxxxx-User1
query_id=xxxxxxxxx-User2
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/wonton.git
Once cloned, navigate to the project directory:
cd wonton
Run 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 .env
Mac / Linux :
python3 -m venv venv
source venv/bin/activate
pip3 install wheel
pip3 install -r requirements.txt
cp .env.example .env
Note : 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 subscribe one here: Subscribe 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.py
Mac / Linux :
source venv/bin/activate
python3 main.py