Cabin grocery bot demo
- Python 100%
| .vscode | ||
| docs | ||
| src/grocery_bot | ||
| .gitignore | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
Grocery Bot (name TBD)
A simple telegram bot application for Cabin's adhoc grocery needs.
High Level Objectives:
Behavioral:
- Someone requests a grocery item by calling to
/order - Some way to inspect and cancel previously requested items
- Some way to serve a list of items to pick from the grocery store
Technical:
- SQLite DB
- How the fuck does a receipt printer work man
- SQLAlchemy ORM