A Telegram bot built with Python, featuring AI integrations, database support, and various handlers for commands and events.
- AI-powered chatbot with support for multiple providers
- Poem generation
- Image handling
- Group and channel management
- Database integration (local and cloud)
- Admin controls and system commands
-
Clone the repository:
git clone https://github.com/starfall-org/starchatter-telegram.git cd starchatter-telegram -
Install dependencies:
pip install -r requirements.txt
-
Set up your configuration in
app/config.py -
Run the bot:
python -m app
You can also run the bot using Docker:
docker build -t starchatter-telegram .
docker run starchatter-telegram- Add the bot to your Telegram group or channel
- Use commands like
/chat,/poem,/image, etc. - Configure AI providers and models through admin commands
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.