🇮🇷 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 | ✅ |
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
