https://github.com/divith123/filter-bot
Filter Bot is a powerful, easy-to-use Telegram bot designed to help you filter, moderate, and manage your groups effectively. Built with Python, this bot provides advanced filtering features and seamless integration with Telegram's API.
https://github.com/divith123/filter-bot
chatbot python telegram-bot
Last synced: 4 months ago
JSON representation
Filter Bot is a powerful, easy-to-use Telegram bot designed to help you filter, moderate, and manage your groups effectively. Built with Python, this bot provides advanced filtering features and seamless integration with Telegram's API.
- Host: GitHub
- URL: https://github.com/divith123/filter-bot
- Owner: Divith123
- License: mit
- Created: 2024-12-12T13:09:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T04:24:41.000Z (over 1 year ago)
- Last Synced: 2025-08-12T14:03:40.080Z (11 months ago)
- Topics: chatbot, python, telegram-bot
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Filter Bot - A Telegram Bot for Content Filtering
Filter Bot is a powerful, easy-to-use Telegram bot designed to help you filter, moderate, and manage your groups effectively. Built with Python, this bot provides advanced filtering features and seamless integration with Telegram's API.
## 🚀 Features
- Add custom filters to messages
- Keyword-based message moderation
- Support for media and text filters
- Easy-to-configure settings using `/config`
- Group management tools for admins
- Lightweight and fast performance
## 🛠️ Installation Steps
1. Clone the repository:
```bash
git clone https://github.com/Divith123/Filter-Bot.git
cd Filter-Bot
```
2. Install the required dependencies:
```bash
pip install -r requirements.txt
```
3. Configure your bot settings:
Edit `sample_config.py` and add your Telegram bot token and other necessary configurations:
```python
API_ID = "YOUR_API_ID"
API_HASH = "YOUR_API_HASH"
BOT_TOKEN = "YOUR_BOT_TOKEN"
```
4. Run the bot:
```bash
python3 bot.py
```
## 🧐 Files and Directories
- **bot.py**: Main bot script.
- **plugins/**: Directory containing additional feature plugins.
- **database/**: Directory for database-related scripts.
- **requirements.txt**: Python dependencies.
- **sample_config.py**: Configuration template for the bot.
## 💻 Built with
- **Python**
- **Telegram Bot API**
- **Telethon** for async communication
## 📝 License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
---
Developed with ❤️ by [Divith123](https://github.com/Divith123).