1
0
Fork
You've already forked BSIS-Telegram-Bot
0
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.
  • TypeScript 81.3%
  • JavaScript 16%
  • Dockerfile 2.7%
2024年11月17日 01:21:51 +01:00
prisma add Group table and automatic membership detection 2024年11月17日 01:14:00 +01:00
src split up broadcast and reply functionality and clarify method names 2024年11月17日 01:21:51 +01:00
.env.example add Group table and automatic membership detection 2024年11月17日 01:14:00 +01:00
.gitignore add basic bot 2024年11月16日 21:51:54 +01:00
Dockerfile fix entrypoint in dockerfile 2024年11月16日 23:51:58 +01:00
eslint.config.js add basic bot 2024年11月16日 21:51:54 +01:00
LICENSE Initial commit 2024年11月15日 17:40:47 +00:00
package-lock.json split up broadcast and reply functionality and clarify method names 2024年11月17日 01:21:51 +01:00
package.json split up broadcast and reply functionality and clarify method names 2024年11月17日 01:21:51 +01:00
README.md add basic bot 2024年11月16日 21:51:54 +01:00
tsconfig.json add basic bot 2024年11月16日 21:51:54 +01:00

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