Introduction

Welcome to the documentation for the Lunchbot Python Library. The Lunchbot Python Library provides integration with the Lunchbot API, created by Nero2k. This library is maintained by Sotpotatis.

Welcome to the documentation for the Lunchbot Python Library. The Lunchbot Python Library provides integration with the Lunchbot API, created by Nero2k. This library is maintained by Sotpotatis.

Eatery is a chain of restaurants in Sweden, and the Lunchbot API provides the weekly lunch menu for the restaurant Eatery Kista Nod.

Want to contribute? Found an issue? The entire source code for the library is available on GitHub. Contributions, pull requests, and issues are appreciated.

Getting started

Click here for a quickstart tutorial. For more usage examples, click here.

Naming

The library is referenced here to as the "Lunchbot Python Library", however, in your code, the end-user will refer to it as simply EateryNod . The -Nod addition is to prevent misunderstanding since the Lunchbot API only supports the Eatery restaurant location "Kista Nod". Some internal functions don't use the "Nod" addition, but the user will not refer to these. If you're a package owner, and the package naming interferes with your plans, drop me an email at [email protected] and I'll see what I can do.

Documentation coverage

This documentation covers everything that you need to know how to code in the recommended way with the code that you should be using. However, some internal functions, classes, and exceptions are not documented yet. I am working to get that done in the near future. The source code is well-documented and has code comments for pretty much everything, which makes it easy to reverse-engineer.

Last updated

Was this helpful?