| Functionality | Supported |
|---|---|
| Multithreading | ✅ |
| Proxy binding to session | ✅ |
| Auto Referral of your accounts (75% success rate) | ✅ |
| Automatic task completion | ✅ |
| Support pyrogram .session | ✅ |
| Auto farming | ✅ |
| Auto questing | ✅ |
| Auto Daily Reward | ✅ |
| Auto Getting Stars | ✅ |
| Auto Get Combo | ✅ |
| Auto Mystery Box Game (Spin) | ✅ |
| Auto Level Up | ✅ |
| Settings | Description |
|---|---|
| API_ID | Your Telegram API ID (integer) |
| API_HASH | Your Telegram API Hash (string) |
| REF_ID | Your referral ID after startapp= |
| FAKE_USERAGENT | Use a fake user agent for sessions (True / False) |
| AUTO_PLAY_GAME | Automatically play games (True / False) |
| AUTO_PLAY_SPIN | Automatically play Mystery Box (True / False) |
| AUTO_UPGRADE_RANK | Automatically increase rank (True / False) |
| AUTO_TASK | Automatically perform tasks (True / False) |
| AUTO_GET_STASHED_TOMATO | Automatically receive the daily Mystery Box reward (True / False) |
| AUTO_DAILY_REWARD | Automatically receive daily rewards (True / False) |
| AUTO_CLAIM_STARS | Automatically earn star rewards (True / False) |
| AUTO_CLAIM_COMBO | Automatically earn combo rewards (True / False) |
| USE_RANDOM_DELAY_IN_RUN | Use random startup delay (True / False) |
| RANDOM_DELAY_IN_RUN | Random startup delay (eg, [0, 15]) |
| USE_PROXY_FROM_FILE | Use proxy from bot/config/proxies.txt (True / False) |
Windows: For quick installation and subsequent startup - run the run.bat file
Linux: For quick installation and subsequent startup - run the run.sh file
Before you start, make sure you have the following installed:
- Python version 3.10
- 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.
- Write
API_IDandAPI_HASHin the.envfile provided after registering your application.
You can download Repository by cloning it onto your system and installing the necessary dependencies:
git clone https://github.com/CatSnowdrop/Tomarket.git
cd TomarketThen, for automatic installation, enter:
Windows:
run.batLinux:
run.shpython3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
cp .env-example .env
nano .env # Here you must specify your API_ID and API_HASH , the rest is taken by default
python3 main.pyYou can also use arguments for a quick startup, such as:
~/Tomarket >>> python3 main.py --action (1/2)
# Or
~/Tomarket >>> python3 main.py -a (1/2)
# 1 - Starts the clicker
# 2 - Creates a sessionpython -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
copy .env-example .env
# Specify your API_ID and API_HASH, the rest is taken by default
python main.pyYou can also use arguments for a quick startup, such as:
~/Tomarket >>> python main.py --action (1/2)
# Or
~/Tomarket >>> python main.py -a (1/2)
# 1 - Starts the clicker
# 2 - Creates a session