Cabin grocery bot demo
Find a file
2026-01-31 12:13:12 -06:00
.vscode Add dependencies, some new utils based on testing so far 2025-09-13 13:35:56 -05:00
docs Update dbml 2026-01-29 19:21:15 -06:00
src/grocery_bot dbschema + path 2026-01-29 19:18:18 -06:00
.gitignore initial commit 2025-09-10 23:16:23 -05:00
poetry.lock Remove aiosqlite 2026-01-24 00:03:46 -06:00
pyproject.toml Remove aiosqlite 2026-01-24 00:03:46 -06:00
README.md update readme 2026-01-31 12:13:12 -06:00

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