8000 GitHub - beaufour/boonli_api: API for retrieving menus from boonli.com
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

beaufour/boonli_api

Repository files navigation

Boonli API

pre-commit Coverage Status PyPI version

This API allows you to retrieve the menus that were chosen on Boonli.

Usage

To get the menu information run:

> boonli_api/api.py -c <customer_id> -u <username> -p <password>

Where customer_id is the first part of the domain name where you login, like my_school in https://myschool.boonli.com.

To enable a lot of debug logging you can add -v.

Web API

I have also created an API that can be deployed on Google Cloud Function that returns the menus as an iCalendar here: https://github.com/beaufour/boonli_calendar

Notes

Boonli does not have an official API, so I reverse engineered it. It involves parsing two web pages which is always fragile. So it will probably break at some point.

About

API for retrieving menus from boonli.com

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  
0