An automated bot for managing Dawn rewards with Telegram integration and proxy support.
- 🔄 Multi-token support
- 🌐 Proxy mode for distributed access
- 📱 Telegram notifications
- ⚡ Automatic keepalive and point tracking
- 🔐 Secure token management
- 📊 Detailed logging system
- Git
- Python 3.8+
- 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 --user- https://core.telegram.org/bots/tutorial#getting-ready (Create telegram bot and get telegram token)
- https://t.me/chatIDrobot (get chat id)
- 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
- 
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
Run the bot:
python app.pyJoin my telegram channel: https://t.me/tdropid
This project is open source and available under the MIT License.