Metadata-Version: 2.1
Name: pirobot
Version: 1.4.0
Summary: Telegram Bot Script with Flood Control Functionality
Home-page: https://github.com/hk4crprasad/pirobot
Author: HK4CRPRASAD
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: Topic :: Communications :: Chat
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: telethon

# 🕵️‍♂️ Telethon Flood Control Bot

![HK4CRPRASAD](https://raw.githubusercontent.com/hk4crprasad/ph/master/HK4CRPRASAD_free-file.png)

This Python script unleashes the power of Telethon to create a Telegram bot with robust flood control. 🚧 It monitors incoming messages, executes swift actions, and plays the game by its own rules.

## 🚀 Features

- **Flood Control:** Monitors messages, strikes back when they exceed limits.
- **Muting and Blocking:** Sends a silent message, plays the waiting game, and then unleashes the block hammer.
- **Non-blocking List:** Certain VIPs get a free pass. 🌟

## ⚙️ Prerequisites

- Python 3
- Telethon library
- Telegram API credentials (api_id and api_hash)

## 🛠️ Setup

1. Install the required Python packages:

   ```bash
   pip install telethon requests
   ```

2. Configure your Telegram API credentials at runtime

3. Run the script:

   ```bash
   pip install pirobot
   pirobot
   ```

## ⚡ Configuration

- Tweak the `max_flood_attempts` to unleash the chaos upon flooders.
- Add user IDs to `excluded_channel_ids` and create your VIP list.

## 🎩 Author

This masterpiece was crafted by [HK4CRPRASAD](https://github.com/HK4CRPRASAD). Feel free to contribute or report issues.

**Note:** Navigate the digital realm responsibly, and be sure to decrypt the Telethon documentation before deploying this script.
