- To fast install libraries and run bot - open
run.bat
on Windows orrun.sh
on Linux - [Optional]: If you use antiban detection, run ANTIBAN SETUP
Before you begin, make sure you have the following installed:
- Python version 3.11
- 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.
- You can download this repository
- Copy
.env-example
to.env
- Copy
config.toml
toconfig.local.toml
- Run by following methods:
make build
make up
sudo sh install.sh
python3 -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.py
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
copy .env-example .env
# Here you must specify your API_ID and API_HASH, the rest is taken by default
python main.py
See the supported features and settings
Feature | Supported |
---|---|
Multithreading | βοΈ |
Proxy binding to session | βοΈ |
Auto ref | βοΈ |
Auto task complete | βοΈ |
Auto play game | βοΈ |
Support for pyrogram .session | βοΈ |
Feature | Supported |
---|---|
Multithreading | βοΈ |
Proxy binding to session | βοΈ |
Auto ref | βοΈ |
Auto play game | βοΈ |
Support for pyrogram .session | βοΈ |
Feature | Supported |
---|---|
Multithreading | βοΈ |
Proxy binding to session | βοΈ |
Auto ref | βοΈ |
Auto task complete | βοΈ |
Support for pyrogram .session | βοΈ |
Auto farming | βοΈ |
Auto boost | βοΈ |
Auto check in | βοΈ |
Feature | Supported |
---|---|
Multithreading | βοΈ |
Proxy binding to session | βοΈ |
Auto ref | βοΈ |
Auto task complete | βοΈ |
Auto play game | βοΈ |
Support for pyrogram .session | βοΈ |
Auto farming | βοΈ |
Automatic quest completion | βοΈ |
Auto Daily Reward | βοΈ |
Auto Claim Stars | βοΈ |
Auto Claim Combo | βοΈ |
Auto Rank Upgrade | βοΈ |