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

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.

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.