Very simple bot for Blum that will automatically claim daily, friends, play games and start farming.
- Install Python
- Clone or download this repo.
- Open Telegram web
- go to the conv with Blum bot
- open the app
If you can't access to the application from your browser you will need to install this extension:
For Firefox click here
For Chrome click here (i never test it on chrome but it should work)
Don't forget to enable it.
We need this extension because the browsers won't display the iframe for security reasons.
-
Press
F12and hover to theNetworktab to see all requests -
Find the
GETrequest 'me' with a status code of200, click on it. -
Check the
request headersand find theAuthorizationvalue It should look something like this:And simply copy the token from the value, only the token not the word 'Bearer'
-
Add the token to the
config.jsonfile like this:
But do not touch the refresh variable
And now you can start the bot with this command:
python main.py
or
python3 main.py
