faizahmaddae / MemeFiBot

Made by sirbi. Python bot for MemeFi telegram bot. Join to HiddenCode community:

Home Page:https://t.me/+oBSaBMwFrx8zN2Vk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

img1

Use Python 3.10 and PROXY (1 acc - 1 proxy)

If you have used another bot before or have a 'NoneType' or 403 error, you will need to wait 12-24 hours before running the bot again more upd: update this bot (just restart or use command:)

git pull

Functionality

Functional Supported
Purchasing TapBot
Starting TapBot
Claiming TapBot reward every 3 hours
Claiming Daily Combo
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
Referral bonus claiming after first time registering
User Agent for each session
Settings Description
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 (default 300)
SLEEP_BY_MIN_ENERGY Delay when reaching minimum energy in seconds (eg 314)
ADD_TAPS_ON_TURBO How many taps will be added when turbo is activated [1300, 2250]
AUTO_UPGRADE_TAP Should I improve the tap (True / False) (default False)
MAX_TAP_LEVEL Maximum level of tap pumping (eg 5)
AUTO_UPGRADE_ENERGY Should I improve the tap (True / False) (default False)
MAX_ENERGY_LEVEL Maximum level of tap pumping (eg 5)
AUTO_UPGRADE_CHARGE Should I improve the tap (True / False) (default False)
MAX_CHARGE_LEVEL Maximum level of tap pumping (eg 5)
APPLY_DAILY_ENERGY Whether to use the daily free energy boost (True / False) (default True)
APPLY_DAILY_TURBO Whether to use the daily free turbo boost (True / False) (default True)
RANDOM_CLICKS_COUNT Random number of taps (default [5, 23] )
SLEEP_BETWEEN_TAP Random delay between taps in seconds (default [15, 25] )
USE_PROXY_FROM_FILE Whether to use proxy from the bot/config/proxies.txt file (True / False)
AUTO_BUY_TAPBOT Whether to purchase tapbot automatically (True / False)

Installation

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

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

#Linux and MacOS
1. ~/MemeFiBot >>> bash install.sh
2. ~/MemeFiBot >>> bash run.sh

#Windows
1. Run install.bat
2. Run START.bat
OR

~/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
1. Double click on INSTALL.bat in MemeFiBot directory to install the dependencies
2. Double click on START.bat in MemeFiBot directory to start the bot

OR

~/MemeFiBot >>> python -m venv venv
~/MemeFiBot >>> venv\Scripts\activate
~/MemeFiBot >>> pip install -r requirements.txt
~/MemeFiBot >>> copy .env-example .env
~/MemeFiBot >>> # Specify 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 - Create session
#2 - Run clicker

Acknowledgments

About

Made by sirbi. Python bot for MemeFi telegram bot. Join to HiddenCode community:

https://t.me/+oBSaBMwFrx8zN2Vk

License:Apache License 2.0


Languages

Language:Python 94.8%Language:Shell 4.3%Language:Batchfile 0.5%Language:Dockerfile 0.4%