feat: implement an RSS Discord bot with slash commands for feed management and Docker support.

This commit is contained in:
2026-03-21 20:54:46 +01:00
commit 6ec1df4f78
14 changed files with 1172 additions and 0 deletions

4
.env.example Normal file
View File

@@ -0,0 +1,4 @@
DISCORD_TOKEN=dein-bot-token-hier
DISCORD_CHANNEL_ID=123456789012345678
DISCORD_ROLE_ID=123456789012345678
CHECK_INTERVAL=300