A Bot that sends notifications for the Baustelleninformationssystem (BSIS) in Aachen.
This repository has been archived on 2025年10月09日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
| prisma | add Group table and automatic membership detection | |
| src | split up broadcast and reply functionality and clarify method names | |
| .env.example | add Group table and automatic membership detection | |
| .gitignore | add basic bot | |
| Dockerfile | fix entrypoint in dockerfile | |
| eslint.config.js | add basic bot | |
| LICENSE | Initial commit | |
| package-lock.json | split up broadcast and reply functionality and clarify method names | |
| package.json | split up broadcast and reply functionality and clarify method names | |
| README.md | add basic bot | |
| tsconfig.json | add basic bot | |
BSIS-Telegram-Bot
A Bot that sends notifications for the Baustelleninformationssystem (BSIS) in Aachen.
Docker
Make sure your Postgres Server accepts the connections made by docker and your Postgres connection string inside the .env file is correct.
docker build --no-cache -t bsisbot .
docker run --env-file=.env bsisbot