Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 386 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 386 Bytes

BurgerBot

Slightly extended version of https://github.com/sonac/burgerbot, polls for burgeramt appointments in berlin and sends a telegram message when they appear.

First run make init and update .env with your telegram api key, then

... to run in a docker container run make run-docker

... to run locally run make run-dev (requires poetry)