The main idea of this project is to implement a web functionality wich serve as the valuble help for studing English language with telegram bot help. For using the current bot you should follow this link
When you start interacting with the Telegram Bot, the user can use the "/start" command, after which it is enough to follow the instructions and use the bot that performs certain commands and tasks.
For the correct functioning of Telegram Bot, it is necessary to update the appsettnigs.json file in the root directory of the web project, filled in according to the template below.
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"Url": "https://your-url-app.herokuapp.com",
"Token": "your-telegram-token"
}
This project is licensed under the MIT License - see the LICENSE.md file for details.