Skip to content

Freddywhest/BlumBot

Repository files navigation

img1

Use Node.Js 18 or later

System Requirements

Read this

Functionality

Functional Supported
Claiming daily reward
Claiming Farming reward
Claiming Friends reward
Claiming tasks
Starting Farming
Playing games
Multithreading
Using a session/query_id
Binding a proxy to a session/query_id
Random sleep time between clicks
Settings Description
API_ID / API_HASH Platform data from which to launch a Telegram session (stock - Android)
CLAIM_DAILY_REWARD Whether the bot should Claim daily rewards (True / False)
CLAIM_FRIENDS_REWARD Whether the bot should Claim friends rewards (True / False)
CLAIM_TASKS_REWARD Whether the bot should Claim tasks (True / False)
AUTO_PLAY_GAMES Whether the bot should play blum game and claim reward (True / False)
AUTO_START_FARMING Whether the bot should start farming (True / False)
AUTO_CLAIM_FARMING_REWARD Whether the bot should claim farming rewards(True / False)
AUTO_JOIN_TRIBE Whether the bot should join tribe [Freddy_bots] (True / False)
SLEEP_BETWEEN_TAP Delay between taps in seconds (eg. 70)
USE_PROXY_FROM_FILE Whether to use proxy from the bot/config/proxies.js file (True / False)
USE_QUERY_ID Whether to query_id instead of sessions (True / False)

Installation

You can download Repository by cloning it to your system and installing the necessary dependencies:

~ >>> git clone https://github.com/FreddyWhest/BlumBot.git
~ >>> cd BlumBot

#Linux and MocOS
~/BlumBot >>> chmod +x check_node.sh
~/BlumBot >>> ./check_node.sh

OR

~/BlumBot >>> npm install
~/BlumBot >>> cp .env-example .env
~/BlumBot >>> nano .env # Here you must specify your API_ID and API_HASH , the rest is taken by default
~/BlumBot >>> node index.js

#Windows
1. Double click on INSTALL.bat in BlumBot directory to install the dependencies
2. Double click on START.bat in BlumBot directory to start the bot

OR

~/BlumBot >>> npm install
~/BlumBot >>> cp .env-example .env
~/BlumBot >>> # Specify your API_ID and API_HASH, the rest is taken by default
~/BlumBot >>> node index.js

Also for quick launch you can use arguments, for example:

~/BlumBot >>> node index.js --action=1

OR

~/BlumBot >>> node index.js --action=2

#1 - Create session
#2 - Run clicker