Scripts for Telegram Tap Games
September 4, 2024

Blum Script for Farming [EN]

BlumCryptoBot Claimer — Easily and Simply Automate the Entire Process of Farming Blum Points on Any Number of Accounts

Download the script on GitHub

What You Will Get

BlumCryptoBot Claimer allows drop hunters to fully automate the process of farming Blum points on any number of accounts.

The script will handle for you:

  • Claiming: Automatically claim and start farming 24/7.
  • Tasks: Automatically complete available tasks and collect rewards.
  • Game: Play all available games and automatically receive game points.
  • Daily Reward: Automatically claim daily rewards.

And all this on any number of accounts!

Installation

For Experienced Users

  1. Get your API ID and API Hash here.
  2. Open data/config.py and insert your API ID and API Hash.
  3. Install the libraries: pip install -r requirements.txt.

For Beginners

Step 1: Install Python

  • For Windows:
  • For macOS:

After installation, open the terminal or cmd and enter the following command on Windows:

python --version

And on macOS:

python3 --version

If you see the Python version, it’s installed correctly.

If you only see the word "Python" without a version number, then it’s not installed correctly. Try reinstalling it.

Step 2: Install a Code Editor

Download the editor here: Visual Studio Code.

Step 3: Install Dependencies (Modules)

Move the unzipped folder into the editor.

Install the dependencies with the following terminal command:

pip install -r requirements.txt

Or if you’re on macOS:

pip3 install -r requirements.txt

For Windows, you might encounter an error.

Follow the link provided in the error message to install the necessary components. Then return to the terminal and re-enter the command:

pip install -r requirements.txt

If you encounter the error again, try reinstalling the dependencies by following the instructions in this video:

If there are no errors, the modules have been installed!

If another error appears, try installing the modules manually. Their names are listed in the requirements.txt file. Install each one by entering the following command in the terminal:

pip install <module_name>

Step 4: Insert API ID and API_HASH into the Config

Go to the website: Telegram API.

Log in using your phone number and Telegram account.

  1. Enter any name.
  2. Enter any description.
  3. Select "Android."

If you encounter an error, something may be wrong with your IP. You might have a VPN or proxy enabled. Disable it and try again.

You’ll be provided with your API_ID and API_HASH.

Copy them one by one and paste them into the config file:

Replace the placeholders with your values (API_HASH should be placed inside the quotes, as shown in the example).

Save the config!

  • On Windows, press Ctrl + S.
  • On macOS, press Cmd + S.

Or select "File" from the top menu and click "Save."

Step 5: Creating a Session

Open the terminal and enter the command:

  • For Windows:bashКопировать кодpython main.py
  • For macOS:bashКопировать кодpython3 main.py

First, purchase a proxy and specify the type in the config:

  • If HTTP, leave it as is.
  • If SOCKS, change it to "socks4" or "socks5."

You will have the following options:

  1. Start farming.
  2. Create a session.
  3. Get statistics.

Select option 2 and press Enter.

Next, provide a session name (you can either use a number or name your sessions sequentially).

For example, enter:

1

Then, specify the proxy in the format:

login:password@ip:port

Or simply press Enter if you don't have a proxy.

Next, enter your phone number:

+38...

Type the letter y and press Enter.

If you have 2FA enabled, enter your 2FA password:

password

DONE! YOUR SESSION IS CREATED!

All sessions will be saved in the accounts.json file.

Each session is represented by an object within curly braces {}. This object contains session information, such as the session name "session_name", phone number "phone_number", and the corresponding proxy.

You can edit this information at any time. For example, if you want to change the proxy for a session, simply update the "proxy" value in the object.

BEFORE STARTING, ENSURE THERE ARE OBJECTS FOR ALL SESSIONS IN THIS FILE.

These objects are added automatically when a session is created.

Step 6: Running the Script

After adding all your sessions for farming, it's time to start the farm.

Once again, open the terminal and run:

  • For Windows:bashКопировать кодpython main.py
  • For macOS:bashКопировать кодpython3 main.py

But this time, select option 1 to start the script.

Script Configuration

The script can and should be configured to suit your needs! Using someone else's configuration might not be optimal, as you don’t know the level of customization they’ve applied, and you also risk over-clicking. It’s also beneficial to distinguish yourself from the majority of users who simply leave everything as default.

All necessary settings are located in the data/config.py file.

  • API_ID / API_HASH - Data for the platform that will run the Telegram session (default: Android).
  • PLAY_GAMES - Play games or just start farming (default: True).
  • POINTS - Points per game (default: [190, 230] meaning from 190 to 230 points).
  • USE_REF - Register accounts with your referral code or not (default: False).
  • REF_ID - Your referral argument (found after app/startapp? in your referral link).
  • USE_PROXY_FROM_FILE - Whether to use proxies from the bot/config/proxies.txt file (True / False).

Example of the Blum Script in Action

Why the Script Is Distributed for Free

There are 2 honest reasons:

  1. The script includes my referral link. By using the script on new accounts, you become my referral, and I receive rewards in the form of Blum points through the referral program.
  2. If you want to remove registration via my referral link, you can purchase a version of this script without it, allowing you to collect all referral earnings on your own accounts.

Any Questions?

Subscribe to my channel to stay updated on script updates, the release of new ones, and to have the opportunity to communicate with me and other script owners:

https://t.me/ambuscader

And don’t forget to star the script on GitHub. This will help it gain more visibility.

Happy farming and good drops!

Download the script on GitHub