Blum Airdrop Bot automates interactions with the Blum airdrop platform. It includes functionalities to claim rewards, manage farming sessions, complete tasks, and play games automatically.
- Claim Farm Reward: Automatically claim rewards from farming activities.
- Start Farming Session: Begin a new farming session.
- Auto Complete Tasks: Automatically complete available tasks and claim rewards.
- Auto Play and Claim Game Points: Play games and claim game points automatically.
- Claim Daily Reward: Automatically claim daily rewards.
-
Clone the repository:
git clone https://github.com/pvsairam/blum-airdrop-bot.git
-
Navigate to the project directory:
cd blum-airdrop-bot
-
Install dependencies:
npm install
-
Create a
.env
file in the root directory of the project. -
Add your
QUERY_ID
to the.env
file. Example format:QUERY_ID=YOUR_QUERY_ID_VALUE_HERE
-
To find your
QUERY_ID
, follow these steps:- Open Web Telegram in your browser.
- Open the Blum Bot.
- Open DevTools (right-click on the page and select "Inspect" or press
F12
). - Go to the "Application" tab, then "Local Storage", and choose
https://telegram.blum.codes
. - Find
QUERY_ID
, copy its value.
-
Connection Issues? If you can't open the Blum bot, you may need to use the following Chrome extension to bypass connection restrictions: Ignore X-Frame-Headers.
-
To start the bot, run:
npm start
This project is licensed under the MIT License - see the LICENSE file for details.