TN
Tnodes/The-dawn-validator-bot
An automated bot for managing Dawn rewards with Telegram integration and proxy support.
๐ค Dawn Auto Reward Bot
An automated bot for managing Dawn rewards with Telegram integration and proxy support.
โจ Features
- ๐ Multi-token support
- ๐ Proxy mode for distributed access
- ๐ฑ Telegram notifications
- โก Automatic keepalive and point tracking
- ๐ Secure token management
- ๐ Detailed logging system
๐ Getting Started
Prerequisites
- Git
- Python 3.8+
How to install
- Clone this repository
git clone https://github.com/Tnodes/The-dawn-validator-bot- Move to folder
cd The-dawn-validator-bot- Install requirements
pip install -r requirements.txtor
python -m pip install -r requirements.txt --userHow to get telegram token and chat id
- https://core.telegram.org/bots/tutorial#getting-ready (Create telegram bot and get telegram token)
- https://t.me/chatIDrobot (get chat id)
How to get Dawn token
- Download extension: Here
- Open Dawn, Register and Login
- Use this code
edjxbpnx - Right click on mouse and select
inspect - Select
Networktab - Click On
Boost Rewardsthen back again - In devtools filter find
getpointclick on it - Scroll down and find
Authorizationand copy the value only token 22xx not usingBearer
๐ง Configuration
-
Rename
.env.exampleto.envand fill in the following variables:TELEGRAM_TOKEN=your_telegram_bot_token CHAT_ID=your_telegram_chat_id PROXY_MODE=true/false MULTI_TOKEN=true/false TELEGRAM_MODE=true/false -
If using multiple tokens, create
token.txt:token1 token2 ... -
If using proxies, create
proxy.txt:proxy1 proxy2 ...format example if using authentication proxy:
- http://ip:port@username:password (worked)
- socks5://ip:port@username:password (not tested)
also working with unauthenticated proxy
ip:port
๐ฎ Usage
Run the bot:
python app.py๐๏ธ Telegram
Join my telegram channel: https://t.me/tdropid
๐ License
This project is open source and available under the MIT License.