Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/livexords-nw/meme-cat-miner-bot
Meme Cat Miner Bot
https://github.com/livexords-nw/meme-cat-miner-bot
linux meme-cat-miner meme-cat-miner-airdrop python python3 telegram-airdrops telegram-bot termux windows
Last synced: 1 day ago
JSON representation
Meme Cat Miner Bot
- Host: GitHub
- URL: https://github.com/livexords-nw/meme-cat-miner-bot
- Owner: livexords-nw
- Created: 2025-01-04T17:48:20.000Z (3 days ago)
- Default Branch: main
- Last Pushed: 2025-01-04T17:59:05.000Z (3 days ago)
- Last Synced: 2025-01-04T18:33:58.958Z (3 days ago)
- Topics: linux, meme-cat-miner, meme-cat-miner-airdrop, python, python3, telegram-airdrops, telegram-bot, termux, windows
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
Meme Cat Miner Bot
Automate tasks in Meme Cat Miner to enhance your efficiency and maximize your results!
---
## 🚀 **About the Bot**
The **Meme Cat Miner Bot** is designed to automate various tasks in **Meme Cat Miner**, including:
- **Automatic Task Completion**
- **Automatic Cat Purchasing**
- **Automatic Mining Deployment**
- **Slot Purchasing and Tap Cat**
- **Multi-Account Support**
- **Delay Loop and Account Switching**With this bot, you can save time and maximize your outcomes without manual interactions.
---
## 🌟 **Version v1.0.0**
### 🔄 **Features**
- **Task Automation:** Automatically complete tasks to earn rewards.
- **Cat Automation:** Purchase cats automatically to optimize mining.
- **Mining Automation:**
- Deploy cats for mining.
- Purchase additional cat slots.
- Automate tapping cats for maximum earnings.
- **Delay Configuration:** Customize delays between loops and account switching for efficient multitasking.---
## 📥 **How to Register**
Start using Meme Cat Miner Bot by registering through the following link:
---
## ⚙️ **Configuration in `config.json`**
| **Function** | **Description** | **Default** |
| ---------------------- | ---------------------------------------- | ----------- |
| `task` | Automate task completion | `True` |
| `cat` | Automatically purchase cats | `True` |
| `mining` | Deploy cats, buy slots, and tap cats | `True` |
| `delay_account_switch` | Delay between account switches (seconds) | `10` |
| `delay_loop` | Delay before the next loop (seconds) | `3000` |Example `config.json`:
```json
{
"task": true,
"cat": true,
"mining": true,
"delay_loop": 3000,
"delay_account_switch": 10
}
```---
## 📚 **Installation Steps**
1. **Clone the Repository**
Copy the project to your local machine:```bash
git clone https://github.com/username/meme-cat-miner-bot.git
```2. **Navigate to the Project Folder**
Move to the project directory:```bash
cd meme-cat-miner-bot
```3. **Install Dependencies**
Install the required libraries:```bash
pip install -r requirements.txt
```4. **Configure Query**
Create a `query.txt` file with the following format:```
id|username
```
Example:
```
123456789|example_username
```### **How to Get Your Telegram ID and Username**
- Open Telegram and search for the bot [@userinfobot](https://t.me/userinfobot).
- Start the bot and it will display your `ID` and `username`.
- Copy the values and insert them into the `query.txt` file as shown in the example above.5. **Run the Bot**
Execute the bot using the following command:```bash
python main.py
```---
## 🚀 **Key Features Overview**
- **Auto Task Completion**: Automatically complete tasks for rewards.
- **Auto Cat Purchasing**: Buy cats automatically to improve mining efficiency.
- **Auto Mining Deployment**:
- Deploy cats for mining.
- Purchase additional slots for cats.
- Automate tapping cats for increased earnings.
- **Multi-Account Support**: Run multiple accounts simultaneously.
- **Delay Loop and Account Switching**: Set intervals for looping and account transitions.---
## 🛠️ **Contributing**
This project is developed by **LIVEXORDS**. If you have suggestions, questions, or would like to contribute, feel free to contact us:
---