Memefi Telegram Mini App Bot Auto
(Requires Only Query ID / Access Token)
Note
This is a paid script that requires a valid license key to operate. For more information, please visit the Dzuhri Auto page.
- VPS
- Windows
- Mac
- Android (using Termux)
Before setting up the bot, ensure the following are installed:
- Auto Tap
- Auto Use Booster
- Auto Refill Energy
- Auto Upgrade Boost
- Auto Play Slot Machine
- Auto Use Bot Tap
- Auto Clear missions 🔥🔥🔥 (not all missions)
- Can be run all days 24/7
All the configurations can be set in the .env file.
| Name | Description | Default |
|---|---|---|
| LICENSE_KEY | Dzuhri Auto License Key | |
| MIN_AVAILABLE_ENERGY | Minimum energy to tap | 100 |
| SLEEP_BY_MIN_ENERGY | Delay seconds when reach minimum energy | 1800 |
| ADD_TAPS_ON_TURBO | Add more tap point when turbo activated | 2500 |
| AUTO_UPGRADE_TAP | Auto upgrade tap | True |
| MAX_TAP_LEVEL | Maximum tap level to upgrade | 5 |
| AUTO_UPGRADE_ENERGY | Auto upgrade energy | True |
| MAX_ENERGY_LEVEL | Maximum energy level to upgrade | 5 |
| AUTO_UPGRADE_CHARGE | Auto upgrade charge | True |
| MAX_CHARGE_LEVEL | Maximum charge level to upgrade | 3 |
| APPLY_DAILY_ENERGY | Auto use daily energy potion | True |
| APPLY_DAILY_TURBO | Auto use daily turbo potion | False |
| RANDOM_TAPS_COUNT | Randomize point per taps | [15, 75] |
| SLEEP_BETWEEN_TAP | Delay seconds between each tap | [30, 60] |
| ACTIVE_TURBO_DELAY | Delay seconds when turbo activated | 10 |
| USE_PROXY_FROM_FILE | For using proxy | False |
| USE_TAP_BOT | Auto use bot tap (if already buy) | True |
| EMERGENCY_STOP | Emergency stop | False |
| AUTO_CLEAR_MISSION | Auto clear mission | True |
| AUTO_SPIN | Auto Play Slot Machine | False |
To get the Query ID, read this guide.
Once you have the Query ID, add it to the query_ids.txt file.
If you're using multiple accounts, simply add each query ID on a new line, like this:
query_id=xxxxxxxxx-User1
query_id=xxxxxxxxx-User2To use proxy, read this guide.
To buy cheap proxy, buy cheap proxy here
Run the following command to clone the repository:
git clone https://github.com/dzuhri-auto/memefi.gitOnce cloned, navigate to the project directory:
cd memefiRun the following commands based on your operating system:
Windows (Using Powershell) :
py -m venv venv
.\venv\Scripts\Activate
pip3 install wheel
pip3 install -r requirements.txt
cp .env-example .envMac / Linux :
python3 -m venv venv
source venv/bin/activate
pip3 install wheel
pip3 install -r requirements.txt
cp .env-example .envNote : dont forget to edit .env file
After installation, you need to input your license key in the .env file.
If you don't have a license key yet, you can purchase one here: Buy the license key
Once you have it, add it to your .env file like this:
LICENSE_KEY="Your License Key"
Run the bot using the following commands, depending on your operating system:
Windows (Using Powershell) :
.\venv\Scripts\Activate
py main.pyMac / Linux :
source venv/bin/activate
python3 main.py