Skip to content

starfall-org/starchatter-telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

129 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starchatter Telegram Bot

A Telegram bot built with Python, featuring AI integrations, database support, and various handlers for commands and events.

Features

  • 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

Installation

  1. Clone the repository:

    git clone https://github.com/starfall-org/starchatter-telegram.git
    cd starchatter-telegram
  2. Install dependencies:

    pip install -r requirements.txt
  3. Set up your configuration in app/config.py

  4. Run the bot:

    python -m app

Docker

You can also run the bot using Docker:

docker build -t starchatter-telegram .
docker run starchatter-telegram

Usage

  • Add the bot to your Telegram group or channel
  • Use commands like /chat, /poem, /image, etc.
  • Configure AI providers and models through admin commands

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors