lukew3 / osu-rooms-api

A json API for getting information about classrooms at the Ohio State University.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

osu-rooms-api

A json API for getting information about classrooms at the Ohio State University.

Setup

Install requirements

You should set up a venv and install requirements with:

pip install -r requirements.txt

Scrape data

Run

python scraper.py

to get data

Start server

python server.py

You can test by going to http://localhost:5000/classroom/DL0369 to see how long Dreese 369 is available for

About

A json API for getting information about classrooms at the Ohio State University.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%