Telegram bot to view the schedule of students/lecturers of the Scientific Research University Higher School of Economics. It uses RUZ API.
Any questions? Please, create an issue or write ask a question in Telegram Group.
Feel free to contribute!
- Python >= 3.6
- PostgreSQL
git clone https://github.com/evstratbg/hse_schedulebot.git
cd hse_schedulebot
pip install -p requirements.txt
# modify config.py
pytest
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