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

https://github.com/sabirivan/backup-bot

This Telegram bot is designed for text-to-speech.
https://github.com/sabirivan/backup-bot

aiogram gtts pip python3 telegram-bot

Last synced: 9 months ago
JSON representation

This Telegram bot is designed for text-to-speech.

Awesome Lists containing this project

README

          

# Backup Bot

This Telegram bot is designed for text-to-speech. It was created to teach students of the online school of Kazakhstan the Python course at the ITDoma online school.

## Launch Requirements

To run the bot, you need the installed:
- Python minimum version 3.11.4
- Pip minimum version 23.3.1

To install libraries, use the `make install` command.

## Launch

To run, copy the file telegram.example.py located at src/config/ in the same folder and rename it to telegram.py . After that, enter the Telegram bot token in the TELEGRAM_BOT_TOKEN.

You can find out more in the official [Telegram API documentation](https://core.telegram.org/).

To launch the bot, you can use the `make run` command.