Warning
Feature | Supported |
---|---|
Concurrent session handling with async | ✅ |
Proxy binding to session | ✅ |
Auto check-in | ✅ |
Auto complete daily missions | ✅ |
Auto complete tasks | ✅ |
Auto upgrade boosters | ✅ |
Auto Collect coins | ✅ |
Auto claim YESPACK | ✅ |
Auto use Daily Boosters | ✅ |
Settings | Description |
---|---|
API_ID / API_HASH | Platform data from which to run the Telegram session (default - android) |
REF_LINK | Put your ref link here (default: my ref link) |
AUTO_TASK | Whether to complete tasks automatically (True / False) |
AUTO_UPGRADE_LEVEL | Whether to upgrade boosters automatically (True / False) |
MAX_UPGRADE_LEVEL | Maximum level to upgrade boosters (default: 10)(Max level: 15) |
DELAY_EACH_ACCOUNT | Delay between each account in seconds |
USE_PROXY_FROM_FILE | Whether to use a proxy from the bot/config/proxies.txt file (True / False) |
Obtaining API Keys
- Go to my.telegram.org and log in with your phone number.
- Select "API development tools" and register a new application.
- Copy the API_ID and API_HASH to the
.env
file.
Installation
Windows
- Download the script zip file and unzip it.
Quick Start
To install libraries and run the bot, open run.bat
on Windows.
- Open the folder in the terminal:
cd YesCoin-bot
- To install automatically, run:
run.bat
Manual Installation on Windows
git clone https://github.com/rizmyabdulla/YesCoin-bot.git
cd YesCoin-bot
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
copy .env-example .env
# Add your API_ID and API_HASH in the .env file
python main.py
Termux
- Download the script zip file and unzip it.
- Open the folder in Termux:
cd $HOME
Manual Installation on Termux
pkg update && pkg upgrade -y
pkg install python git -y
git clone https://github.com/rizmyabdulla/YesCoin-bot.git
cd YesCoin-bot
pip install -r requirements.txt
cp .env-example .env
nano .env
# Add your API_ID and API_HASH in the .env file
python main.py
- Star the repo if you like the project ⭐
- Fork the repo if you want to contribute 🍴
- Open an issue if you have suggestions or found a bug 🐛
- PRs are welcome 🎉