Skip to content

ronessie/StudentsTimetable

 
 

Repository files navigation

Issues

Timetable students bot

Timetable telegram bot for MGKE students
Report Bug · Request Feature

About the project

This telegram bot can notify people about new timetables.

Built With

Database

Getting Started

Installation

  1. Fork git repository
  2. Clone repository
  3. Install .NET 6.0
  1. Create config.json file in the root program directory. Example:
    {
    "DbName": "",
    "Host": "",
    "Port": 27017,
    "AuthorizationName": "",
    "AuthorizationPassword": "",
    "Token": "",
    "WebSocketUrl": ""
    }
  2. Install mongoDB
  1. Install chromedriver (for week screenshots)

Build

Linux

dotnet publish StudentsTimetable -c Release -r ubuntu.21.04-x64 -p:PublishSingleFile=true --self-contained true

Contact

Feel free to create issues, features or pull requests.
Discord: config.json#8501
Project Link: https://github.com/litolax/StudentsTimetable

About

Telegram bot for timetable of MGKE students

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.6%
  • JavaScript 1.1%
  • HTML 0.3%