https://github.com/sabirivan/mockingbird-bot
This Telegram bot is designed to respond to messages in their own text.
https://github.com/sabirivan/mockingbird-bot
aiogram pip python3
Last synced: 9 months ago
JSON representation
This Telegram bot is designed to respond to messages in their own text.
- Host: GitHub
- URL: https://github.com/sabirivan/mockingbird-bot
- Owner: SabirIvaN
- License: unlicense
- Created: 2023-12-03T00:28:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-03T00:36:09.000Z (over 2 years ago)
- Last Synced: 2023-12-03T01:27:05.746Z (over 2 years ago)
- Topics: aiogram, pip, python3
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mockingbird Bot
This Telegram bot is designed to respond to messages in their own text. 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.