Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.61 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.61 KB

HSE Schedule Bot

Telegram Group Average time to resolve an issue Percentage of issues still open Build Status

Telegram bot to view the schedule of students/lecturers of the Scientific Research University Higher School of Economics. It uses RUZ API.

Add on Telegram.

Any questions? Please, create an issue or write ask a question in Telegram Group.

Feel free to contribute!

What's new?

Requirements

  • Python >= 3.6
  • PostgreSQL

Installation

    git clone https://github.com/evstratbg/hse_schedulebot.git
    cd hse_schedulebot
    pip install -p requirements.txt
    # modify config.py
    pytest

Usage

Don't forget to change config.py!

    python run.py -h
    # or
    python run.py init.db  # create tables
    python run.py update_schedules
    python run.py run