🇮🇷 README available in Persian here
Special Thanks shamhi
| Functional | Supported |
|---|---|
| Multithreading | ✅ |
| Binding a proxy to a session | ✅ |
| Auto-purchase of items if you have coins (tap, attempts) | ✅ |
| Auto get all task if possible | ✅ |
| Random sleep time between clicks | ✅ |
| Random number of clicks per request | ✅ |
| Support tdata / pyrogram .session / telethon .session | ✅ |
| Setup | Description |
|---|---|
| API_ID / API_HASH | Platform data from which to launch a Telegram session (stock - Android) |
| AUTO_UPGRADE_TAP | Should I improve the tap (True / False) |
| MAX_TAP_LEVEL | Maximum level of tap pumping (up to 15) |
| AUTO_UPGRADE_ATTEMPTS | Should I improve the limit attempts (True / False) |
| MAX_ATTEMPTS_LEVEL | Maximum level of limit attempts (up to 15) |
| RANDOM_TAPS_COUNT | Random number of taps (eg [50,200]) |
| SLEEP_BETWEEN_TAP | Random delay between taps in seconds (eg [10,25]) |
| USE_PROXY_FROM_FILE | Whether to use proxy from the bot/config/proxies.txt file (True / False) |
You can download Repository by cloning it to your system and installing the necessary dependencies:
~ >>> git clone https://github.com/SudoLite/DotCoinBot.git ~ >>> cd DotCoinBot # If you are using Telethon sessions, then clone the "converter" branch ~ >>> git clone https://github.com/SudoLite/DotCoinBot.git -b converter ~ >>> cd DotCoinBot #Linux ~/DotCoinBot >>> python3 -m venv venv ~/DotCoinBot >>> source venv/bin/activate ~/DotCoinBot >>> pip3 install -r requirements.txt ~/DotCoinBot >>> cp .env-example .env ~/DotCoinBot >>> nano .env # Here you must specify your API_ID and API_HASH , the rest is taken by default ~/DotCoinBot >>> python3 main.py #Windows ~/DotCoinBot >>> python -m venv venv ~/DotCoinBot >>> venv\Scripts\activate ~/DotCoinBot >>> pip install -r requirements.txt ~/DotCoinBot >>> copy .env-example .env ~/DotCoinBot >>> # Specify your API_ID and API_HASH, the rest is taken by default ~/DotCoinBot >>> python main.pyAlso for quick launch you can use arguments, for example:
~/DotCoinBot >>> python3 main.py --action (1/2) # Or ~/DotCoinBot >>> python3 main.py -a (1/2) #1 - Create session #2 - Run clicker