lnus / schoolsoft-api

An (unofficial) API for SchoolSoft. Grossly abandoned. Sorry bout that. Don't use the platform anymore. :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SchoolSoft (unofficial) API

How do i initialize it?

Simple!

api = SchoolSoft(school, username, password, usertype (optional))

What does it do?

Currently pre-programmed calls are:

api.fetch_lunch_menu()  # Gets the lunch menu and returns a list
api.fetch_schedule()    # Gets the schedule and returns a list

However, you can access almost any page by experimenting with:

api.try_get(url)        # Runs a login call, and returns URL entered in request format

About

An (unofficial) API for SchoolSoft. Grossly abandoned. Sorry bout that. Don't use the platform anymore. :)


Languages

Language:Python 100.0%