This bot is designed to automate various tasks in a Telegram mini-app BlumBot. It handles everything from playing drop games, claiming referral balances, starting missions, and claiming mission balances once they are completed.
- Automated Task Execution: Automatically handles all in-game tasks.
- Drop Game Participation: Plays the drop games to earn rewards.
- Referral Balance Claiming: Claims balances from referrals.
- Mission Management: Starts missions and claims the mission balance once completed.
Before you begin, ensure you have met the following requirements:
- You have a Telegram account
- You have to download the executable of build it from source
How to get query? Follow this steps:
- open Telegram Desktop and login.
- go to
Settings
- click on
Advanced
- click on
Experimental settings
- turn on
Enable webview inspecting
- go your BlumBot page and click on
Launch Blum
- right click on the blum page and select
Inspect Element
- click on
Application
tab - in the left bar use the dropdown next to
session storage
and click ontelegram.blum.codes
- select
telegram_initparam
- right click on
tgwebappdata
and selectcopy value
- create a new directory in the same directory as executable file and name it
configs
- create a new blank file with the name
query_list.conf
- paste your query IDs
- run the bot and enjoy!
This bot is intended for educational purposes only. Use it at your own risk. The author is not responsible for any misuse or damage caused by using this bot.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (git checkout -b feature/your-feature).
- Make your changes and commit them (git commit -m 'Add some feature').
- Push to the branch (git push origin feature/your-feature). Create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.