primer commit

This commit is contained in:
Ichitux
2026-04-07 16:41:13 +02:00
commit 3289a7275a
3743 changed files with 761346 additions and 0 deletions

16
.env Normal file
View File

@@ -0,0 +1,16 @@
# Discord Bot Token
# Get this from https://discord.com/developers/applications
DISCORD_TOKEN=MTQ5MTAxODYzOTc0MTI5MjY0NA.GxBqVk.dB3cWx8t8-kWLrMLGFL-g2ePkrs7l_XEIedHdk
# Discord Channel ID to monitor
# Right-click a channel and select "Copy Channel ID" (enable Developer Mode first)
DISCORD_CHANNEL_ID=600347996080701506
# Server port (optional, defaults to 3000)
PORT=8000
# Base URL for RSS feed links (optional)
BASE_URL=http://localhost:8000
# Fetch interval in milliseconds (optional, defaults to 5 minutes)
FETCH_INTERVAL_MS=300000