An open API service indexing awesome lists of open source software.

https://github.com/sphericalkat/tulip-tg-bot

A Telegram bot to manage groups
https://github.com/sphericalkat/tulip-tg-bot

Last synced: 5 months ago
JSON representation

A Telegram bot to manage groups

Awesome Lists containing this project

README

          

# Tulip
Tulip is a Telegram bot to manage your groups! It is written in Python and uses the [python-telegram-bot](https://python-telegram-bot.org/) library.

## (Planned) Features
- [ ] Welcome Message
- [ ] Notes
- [ ] Filter
- [ ] Federations
- [ ] Anti-Spam
- [ ] Blocklists
- [ ] Captcha
- [ ] Moderation
- [ ] Fun (?)

## Installation
1. Install the required dependencies: `pip install .`
2. Create a new bot with [BotFather](https://t.me/BotFather) and get the API token.
3. Copy the `example.env` file to `.env`, or set the required environment variables directly.
```python
BOT_API_TOKEN = "YOUR_API_TOKEN"
```
5. Run the bot: `python -m tulip`

## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
```