NotBoredPuppiesBot
NotBoredPuppiesBot copied to clipboard
Bot that mines coins in NotBoredPuppiesBot

🇮🇷 README available in Persian here
Functionality
| Functional | Supported |
|---|---|
| Multithreading | ✅ |
| Binding a proxy to a session | ✅ |
| Auto get all tasks (+Telegram Tasks) | ✅ |
| 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 | ✅ |
Settings
| Setting | 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 (eg 100) |
| CLAIM_TASKS | Should I Claim Tasks? (True / False) |
| SLEEP_BY_MIN_ENERGY | Delay when reaching minimum energy in seconds (eg [1500,2100]) |
| ADD_TAPS_ON_TURBO | How many taps will be added when turbo is activated (eg 2500) |
| 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 energy (True / False) |
| MAX_ENERGY_LEVEL | Maximum level of energy pumping (up to 20) |
| AUTO_UPGRADE_CHARGE | Should I improve the charge (True / False) |
| MAX_CHARGE_LEVEL | Maximum level of charge 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]) |
| USE_PROXY_FROM_FILE | Whether to use proxy from the bot/config/proxies.txt file (True / False) |
Quick Start 📚
- To install libraries on Windows click on
INSTALL.bat. - To start the bot use
START.bat(or in console:python main.py).
Prerequisites
Before you begin, ensure you have the following installed:
- Python version 3.10 or 3.11
Obtaining API Keys
- Go to my.telegram.org and log in using your phone number.
- Select "API development tools" and fill out the form to register a new application.
- Note down the
API_IDandAPI_HASHin.envfile provided after registering your application.
Installation
You can download Repository by cloning it to your system and installing the necessary dependencies:
~ >>> git clone https://github.com/SudoLite/NotBoredPuppiesBot.git
~ >>> cd NotBoredPuppiesBot
# If you are using Telethon sessions, then clone the "converter" branch
~ >>> git clone https://github.com/SudoLite/NotBoredPuppiesBot.git -b converter
~ >>> cd NotBoredPuppiesBot
#Linux
~/NotBoredPuppiesBot >>> python3 -m venv venv
~/NotBoredPuppiesBot >>> source venv/bin/activate
~/NotBoredPuppiesBot >>> pip3 install -r requirements.txt
~/NotBoredPuppiesBot >>> cp .env-example .env
~/NotBoredPuppiesBot >>> nano .env # Here you must specify your API_ID and API_HASH , the rest is taken by default
~/NotBoredPuppiesBot >>> python3 main.py
#Windows
~/NotBoredPuppiesBot >>> python -m venv venv
~/NotBoredPuppiesBot >>> venv\Scripts\activate
~/NotBoredPuppiesBot >>> pip install -r requirements.txt
~/NotBoredPuppiesBot >>> copy .env-example .env
~/NotBoredPuppiesBot >>> # Specify your API_ID and API_HASH, the rest is taken by default
~/NotBoredPuppiesBot >>> python main.py
Also for quick launch you can use arguments, for example:
~/NotBoredPuppiesBot >>> python3 main.py --action (1/2/3)
# Or
~/NotBoredPuppiesBot >>> python3 main.py -a (1/2/3)
#1 - Create session
#2 - Run clicker
#3 - Run via Telegram