TOMARKET Telegram Mini App Bot Auto
Note
This is a paid script that requires a valid license key to operate. For more information, please visit the Dzuhri Auto page.
- Auto Claim Daily Check-in
- Auto Farming
- Auto Claim Combo
- Auto Clear Mission / Tasks
- Auto Play Game
- Using Session
Warning
When using session mode, please make sure to only add a Telegram account with an ID number below 61xxxxx. You can check your ID by using @userinfobot. If your ID is higher than this, your account will be automatically banned.
- 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 | Custom LICENSE KEY | |
| API_ID / API_HASH | API and API HASH from telegram account | |
| POINTS_COUNT | Random skor untuk setiap game | [450, 600] |
| AUTO_PLAY_GAME | Auto Play Game | True |
| AUTO_TASK | Auto Clear Tasks | True |
| AUTO_DAILY_REWARD | Auto Claim Daily Reward | True |
| AUTO_CLAIM_STARS | Auto Claim Stars | True |
| AUTO_CLAIM_COMBO | Auto Claim Daily Combo | True |
| USE_RANDOM_DELAY_IN_RUN | Mengaktifkan delay sebelum menjalankan bot | True |
| RANDOM_DELAY_IN_RUN | Random delay dalam detik sebelum menjalankan bot | [5, 30] |
| USE_PROXY_FROM_FILE | Menggunakan 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 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/tomarket.gitOnce cloned, navigate to the project directory:
cd tomarketRun 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