Skip to content

rukmal/UW-OpenData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UW Open Data

UW Open Data logo

A comprehensive, open Python API for online services at the University of Washington. This includes, but is not limited to the Course Catalog and Directory.

Installation

To install this package, you have to first clone the repository using the following:

pip install -r requirements.txt

After doing this, you should now be able to install UW-OpenData, as shown below:

python setup.py build

Note: The [sudo] in the next step may be required (depending on your system configuration)

[sudo] python setup.py install

Usage

Output: JSON

/<course code>

Returns all courses for the requested code.

Example:

$ python app.py
$ curl -i http://localhost:5000/cse

Contribute

If you want to add any new features, or improve existing ones, feel free to send a pull request!

Original Project

Course catalog scraping code and the UW picture (old logo) are by Karan Goel, both under MIT License.

Note

This project is currently in development, and is not ready for use.

About

RESTful API for UW online services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages