/BlumAutoBot

Blum Airdrop Auto Farm

Primary LanguagePython

BlumAutoBot

Blum Auto Bot is script that uses blum api to get points automatically without extra effort
copy your query link blum account in url.txt file which can support multi account(> every line one account)

How i can get link of my blum account?

Click Here

What is config.json?

config that you can change in config.json file like Below

{
    "interval": 5, 
    "auto_complete_task": false, 
    "auto_play_game": true, 
    "max_ticket_use": 10,
    "game_point": {
        "low": 240,
        "high": 250
    }
}

set auto_complete_task to True if you want to complete task automatically in blum
set auto_play_game to True if you want to script to use cards automatically to get point in range low and high gamepoint

Features

  • Auto Claim
  • Multi Account Support
  • Auto Play Game

Linux

  1. Make sure you computer was installed python and git.

    python

    sudo apt install python3 python3-pip

    git

    sudo apt install git
  2. Clone this repository

    git clone https://github.com/rezamatin1290/BlumAutoBot.git
  3. goto BlumAutoBot directory

    cd BlumAutoBot
  4. Create and Edit url.txt, input your link account in url.txt. One line for one account, if you want add your another account add in new line!

  5. execute the main program

    python main.py
    

Windows

  1. Download and unzip
  2. open frontend.exe and put your link in link account field and number of card you want to use enter and click on start
If you find this project useful, please consider giving it a star!