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.txt
or
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
Network
tab - Click On
Boost Rewards
then back again - In devtools filter find
getpoint
click on it - Scroll down and find
Authorization
and copy the value only token 22xx not usingBearer
-
Rename
.env.example
to.env
and 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.py
Join my telegram channel: https://t.me/tdropid
This project is open source and available under the MIT License.