chore: initial commit with counter bot, docker compose enhancements, html formatting, startup + join announcements

This commit is contained in:
Andre Beging
2025-09-30 09:14:43 +02:00
parent 6b337603bf
commit 2430b15b2c
7 changed files with 568 additions and 144 deletions

14
config.example.yaml Normal file
View File

@@ -0,0 +1,14 @@
# Beispiel-Konfiguration für den Counter-Bot
# Benenne diese Datei in config.yaml um und passe Werte an.
bot_token: "DEIN_TELEGRAM_BOT_TOKEN"
# Optional Liste erlaubter Chat IDs (Integer). Wenn leer oder nicht vorhanden: alle erlaubt
allowed_chat_ids: []
# Optional initiale Counter (werden nur beim ersten Start verwendet, falls Datei counters.json leer/nicht vorhanden ist)
initial_counters:
beispiel: 5
test: 0
# Logging Level: DEBUG, INFO, WARNING, ERROR
log_level: INFO