Skip to content

Latest commit

 

History

History
69 lines (56 loc) · 1.84 KB

README.md

File metadata and controls

69 lines (56 loc) · 1.84 KB

Issues

Timetable students bot

Timetable telegram bot for MGKCT 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 geckodriver (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