Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

aidenhaines/OnCourse-API

Repository files navigation

OnCourse-API

OnCourse-API is a python library meant to make getting data from OnCourse Connect a simple task

PyPI PyPI - Python Version

Installation

Use the package manager pip to install foobar.

pip install oncourse-api

Usage

from oncourse_api import OnCourse

account = OnCourse("Username", "Password")

student = account.active_profile.student

print(student) # Prints Student Name

assignments = student.assignments # Returns list of assignments

# I love typehinting so your IDE should display options for everything

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

A python api wrapper for OnCourse Connect

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages