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
- Host: GitHub
- URL: https://github.com/sphericalkat/tulip-tg-bot
- Owner: SphericalKat
- License: mit
- Created: 2024-09-26T13:08:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T11:49:37.000Z (over 1 year ago)
- Last Synced: 2026-01-25T23:40:12.303Z (5 months ago)
- Language: Python
- Size: 103 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.
```