Timetable telegram bot for MGKE students
Report Bug
·
Request Feature
This telegram bot can notify people about new timetables.
- Fork git repository
- Clone repository
- Install .NET 6.0
- Create config.json file in the root program directory.
Example:
{ "DbName": "", "Host": "", "Port": 27017, "AuthorizationName": "", "AuthorizationPassword": "", "Token": "", "WebSocketUrl": "" }
- Install mongoDB
- Install chromedriver (for week screenshots)
dotnet publish StudentsTimetable -c Release -r ubuntu.21.04-x64 -p:PublishSingleFile=true --self-contained true
Feel free to create issues, features or pull requests.
Discord: config.json#8501
Project Link: https://github.com/litolax/StudentsTimetable