Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 2.07 KB

README.md

File metadata and controls

71 lines (46 loc) · 2.07 KB

Blum Airdrop Bot

Description

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.

Features

  • 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.

Setup

Prerequisites

  • Node.js (version 14 or later)
  • npm (comes with Node.js)

Installation

  1. Clone the repository:

    git clone https://github.com/pvsairam/blum-airdrop-bot.git
  2. Navigate to the project directory:

    cd blum-airdrop-bot
  3. Install dependencies:

    npm install

Configuration

  1. Create a .env file in the root directory of the project.

  2. 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:

      1. Open Web Telegram in your browser.
      2. Open the Blum Bot.
      3. Open DevTools (right-click on the page and select "Inspect" or press F12).
      4. Go to the "Application" tab, then "Local Storage", and choose https://telegram.blum.codes.
      5. 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.

Running the Bot

To start the bot, run:

npm start

License

This project is licensed under the MIT License - see the LICENSE file for details.