2024-05-12 15:58:27 +03:00
|
|
|
# Welcome to Garbage Reminder
|
|
|
|
|
2024-05-14 00:41:45 +03:00
|
|
|
Universal, easy to set up and maintain way to remind your family, your neighbors or your tenants about garbage collection.
|
|
|
|
Built with Python using FastAPI, Pyrogram, MkDocs Material and in the future also Pycord.
|
|
|
|
|
|
|
|
## How it works
|
|
|
|
|
|
|
|
The whole instance consist of an API and the clients.
|
|
|
|
We provide chatbots as clients. These bots provide the access to the data stored in the database of an API.
|
|
|
|
|
|
|
|
## Why this exists
|
|
|
|
|
|
|
|
After seeing that most cities and villages around only offer proprietary software/websites or even no digital information
|
|
|
|
about garbage collection at all, it was decided to develop an own solution to this problem by storing the data in a
|
|
|
|
database and then show the data the way it is helpful for the end-user.
|