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
- Host: GitHub
- URL: https://github.com/mlnekit/telegram-assistant-bot
- Owner: MLNekit
- Created: 2023-06-29T22:08:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-29T23:49:10.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T18:39:39.197Z (over 1 year ago)
- Topics: notification, python, telegram, telegram-bot, voice-recognition
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```