Tulip is a Telegram bot to manage your groups! It is written in Python and uses the python-telegram-bot library.
- Welcome Message
- Notes
- Filter
- Federations
- Anti-Spam
- Blocklists
- Captcha
- Moderation
- Fun (?)
- Install the required dependencies:
pip install .
- Create a new bot with BotFather and get the API token.
- Copy the
example.env
file to.env
, or set the required environment variables directly.
BOT_API_TOKEN = "YOUR_API_TOKEN"
- Run the bot:
python -m tulip
This project is licensed under the MIT License - see the LICENSE.md file for details.