prognt / MMProBumpBot2

Bot that mines coins in MMProBumpBot

Home Page:https://t.me/MMproBump_bot?start=ref_199078201

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

img1

๐Ÿ‡ฎ๐Ÿ‡ท README available in Persian here

Functionality

Functional Supported
Multithreading โœ…
Binding a proxy to a session โœ…
Auto get all tasks except telegram tasks โœ…
Auto upgrade level for boost farming โœ…
Auto get daily reward โœ…
Auto start farming and finish farming โœ…
Auto get moon bouns โœ…
Support tdata / pyrogram .session / telethon .session โœ…
Setting Description
API_ID / API_HASH Platform data from which to launch a Telegram session (stock - Android)
AUTO_BUY_BOOST Should I buy boost for farming (True / False)
AUTO_CLAIM_TASKS Should I claim tasks (True / False)
AUTO_CLAIM_MOON_BOUNS Should I claim moon bouns (True / False)
SLEEP_BETWEEN_CLAIM Random delay between Claim in seconds (eg [3600,5000])
TAPS_COUNT Random number of taps (eg [45000,99000])
DEFAULT_BOOST Default boost name to buy (eg x3)
USE_PROXY_FROM_FILE Whether to use proxy from the bot/config/proxies.txt file (True / False)

Installation

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

~ >>> git clone https://github.com/SudoLite/MMProBumpBot.git
~ >>> cd MMProBumpBot

# If you are using Telethon sessions, then clone the "converter" branch
~ >>> git clone https://github.com/SudoLite/MMProBumpBot.git -b converter
~ >>> cd MMProBumpBot

#Linux
~/MMProBumpBot >>> python3 -m venv venv
~/MMProBumpBot >>> source venv/bin/activate
~/MMProBumpBot >>> pip3 install -r requirements.txt
~/MMProBumpBot >>> cp .env-example .env
~/MMProBumpBot >>> nano .env # Here you must specify your API_ID and API_HASH, the rest is taken by default
~/MMProBumpBot >>> python3 main.py

#Windows
~/MMProBumpBot >>> python -m venv venv
~/MMProBumpBot >>> venv\Scripts\activate
~/MMProBumpBot >>> pip install -r requirements.txt
~/MMProBumpBot >>> copy .env-example .env
~/MMProBumpBot >>> # Specify your API_ID and API_HASH, the rest is taken by default
~/MMProBumpBot >>> python main.py

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

~/MMProBumpBot >>> python3 main.py --action (1/2)
# Or
~/MMProBumpBot >>> python3 main.py -a (1/2)

#1 - Create session
#2 - Run clicker

About

Bot that mines coins in MMProBumpBot

https://t.me/MMproBump_bot?start=ref_199078201


Languages

Language:Python 98.9%Language:Dockerfile 1.1%