Skip to content

KayNguyen97/MemeFiBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

img1

Functionality

Functional Supported
Multithreading
Binding a proxy to a session
Auto-purchase of items if you have coins (tap, energy, charge)
Random sleep time between clicks
Random number of clicks per request
Support tdata / pyrogram .session / telethon .session
Настройка Описание
API_ID / API_HASH Platform data from which to launch a Telegram session (stock - Android)
MIN_AVAILABLE_ENERGY Minimum amount of available energy, upon reaching which there will be a delay (eg 100)
SLEEP_BY_MIN_ENERGY Delay when reaching minimum energy in seconds (eg 200)
AUTO_UPGRADE_TAP Should I improve the tap (True / False)
MAX_TAP_LEVEL Maximum level of tap pumping (up to 20)
AUTO_UPGRADE_ENERGY Should I improve the tap (True / False)
MAX_ENERGY_LEVEL Maximum level of tap pumping (up to 20)
AUTO_UPGRADE_CHARGE Should I improve the tap (True / False)
MAX_CHARGE_LEVEL Maximum level of tap pumping (up to 5)
APPLY_DAILY_ENERGY Whether to use the daily free energy boost (True / False)
APPLY_DAILY_TURBO Whether to use the daily free turbo boost (True / False)
RANDOM_CLICKS_COUNT Random number of taps (eg 50,200)
SLEEP_BETWEEN_TAP Random delay between taps in seconds (eg 10.25)

Installation

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

~ >>> git clone https://github.com/KayNguyen97/MemeFiBot.git
~ >>> cd MemeFiBot

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

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

#Windows
~/MemeFiBot >>> python -m venv venv
~/MemeFiBot >>> venv\Scripts\activate
~/MemeFiBot >>> pip install -r requirements.txt
~/MemeFiBot >>> # Copy the contents of .env-example
~/MemeFiBot >>> # Create a .env file in which you paste the copied data from .env-example and be sure to indicate your API_ID and API_HASH, the rest is taken by default
~/MemeFiBot >>> python main.py

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

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

#1 - Starts the session logger
#2 - Launches the bot

Releases

No releases published

Packages

No packages published

Languages