RitwikGupta / CarnegieMellonAPI

Python library to programmatically access CMU campus relevant data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Carnegie Mellon API

A programmatic way to access CMU campus relevant data. A lot of the code is inspired by the Pitt API.

Usage examples

from CarnegieMellonAPI import printers

# Will return a list of printers and their statuses
statuses = printers.get_status()

License

This project is licensed under the terms of the GPLv2 license

About

Python library to programmatically access CMU campus relevant data.

License:GNU General Public License v2.0


Languages

Language:Python 100.0%