This commit is contained in:
driftywinds
2025-05-11 12:55:40 +00:00
parent 3259d5f902
commit eec2e63fca
4 changed files with 658 additions and 0 deletions

6
example.env Normal file
View File

@@ -0,0 +1,6 @@
API_BASE_URL=https://directus.example.com/items/list/
BEARER_TOKEN=<bearer token for directus>
TELEGRAM_TOKEN=<telegram bot token from bot father>
ALLOWED_CHAT_ID=<ID of allowed group for telegram>
ALLOWED_THREAD_ID=<ID allowed topic in the group above for telegram>
DISCORD_TOKEN=<discord bot token>