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

https://github.com/mlnekit/telegram-assistant-bot

Assistant Bot for Group Chats
https://github.com/mlnekit/telegram-assistant-bot

notification python telegram telegram-bot voice-recognition

Last synced: over 1 year ago
JSON representation

Assistant Bot for Group Chats

Awesome Lists containing this project

README

          

# Assistant Bot for Group Chats

This is an Assistant Bot designed for group chats, offering useful features to enhance communication and accessibility. The bot provides voice message transcription and convenient notifications for all users in the group chat.

## Features

- Transcription: The bot can transcribe voice messages into text, allowing users to read and understand voice-based communication more easily.
- Notification: By using the "/all" command, the bot can send important updates and notifications to all users in the group chat.



`Note:` Make sure the bot has administrative privileges in the group chat for all functions to work correctly.

## Installation

To set up the Assistant Bot, follow these steps:

1. Rename the `example.env` file to `.env`.
2. Open the `.env` file and set the API token for the bot.
3. Run the following command to build and start the bot:

```bash
docker-compose up --build -d
```