https://github.com/n1ghtf1re/bsuir-auditorium-parser
The application is looking for free audiences in the need BSUIR building
https://github.com/n1ghtf1re/bsuir-auditorium-parser
bsuir parser python python-parser schedule search-free-audiences students
Last synced: 2 months ago
JSON representation
The application is looking for free audiences in the need BSUIR building
- Host: GitHub
- URL: https://github.com/n1ghtf1re/bsuir-auditorium-parser
- Owner: N1ghtF1re
- License: mit
- Created: 2018-06-06T07:17:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T19:01:00.000Z (over 6 years ago)
- Last Synced: 2025-02-28T07:54:57.392Z (3 months ago)
- Topics: bsuir, parser, python, python-parser, schedule, search-free-audiences, students
- Language: Python
- Homepage:
- Size: 355 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BSUIR Auditorium Parser
## Version for users of the social network vk.com [link]
(https://vk.com/free_auds_bsuir)
## About the program
The application is looking for free auditoriums in the need BSUIR building, based on the group schedule. To increase the speed of work, the application saves schedules in the database. It is recommended as often as possible (at least at the beginning of each semester) to update the database in the application (the update takes about 5 minutes)## Technical requirements
Python 3+ should be installed on your computer. If you did not, here's [link](https://www.python.org/downloads/)The following Python packages must be installed:
* sqlite3
* requests
## How to use
To start working with the application, you need to run the app.py file (The extension must be associated with Python). The console starts. There it is necessary to follow the instructions, choosing the necessary actionsOption 2: open the terminal, move through the cd to the directory of this repository, then in the console enter
```
python app.py
```# RUS DESCRIPION:
## Появилась версия для пользователей соцсети Вконтакте [ссылка]
(https://vk.com/free_auds_bsuir)## О приложении
Приложение ищет свободную аудиторию в нужном корпусе БГУИР, основываясь на расписании групп. Для увеличения скорости работы, приложение сохраняет расписания в БД. Рекомендуется как можно чаще (как минимум в начале каждого семестра) обновлять базу данных в приложении (Обновление занимает около 5 минут)## Технические требования
На вашем компьютере должен быть установлен Python 3+. Если вы этого не сделали - вот [ссылка](https://www.python.org/downloads/)Должны быть установлены следующие пакеты Python
* sqlite3
* requests## Руководство по использованию
Для начала работы с приложением необходимо запустить файл app.py (Расширение должно быть асоциированно с Python). Запустится консоль. Там необходимо следовать инструкции, выбирая необходимые действия.Вариант 2: открыть терминал, переместиться через cd в каталог этого репозитория, после чего в консоли ввести
```
python app.py
```