Skip to content

kristianolofsson/schoolsoft-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%