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.
- Host: GitHub
- URL: https://github.com/sabirivan/backup-bot
- Owner: SabirIvaN
- License: unlicense
- Created: 2023-12-03T10:02:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-03T10:03:43.000Z (over 2 years ago)
- Last Synced: 2023-12-03T11:21:18.749Z (over 2 years ago)
- Topics: aiogram, gtts, pip, python3, telegram-bot
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.