Initial commit v2

This commit is contained in:
Xargana 2025-07-13 21:04:53 +03:00
parent 5b961b3853
commit 8edda894db
12 changed files with 1211 additions and 0 deletions

13
.env.example Normal file
View file

@ -0,0 +1,13 @@
# Discord Data Collector Environment Variables
# Copy this file to .env and fill in your values
# Discord user token (REQUIRED)
# WARNING: This should be your user token, not a bot token
# Keep this secret and never share it publicly
DISCORD_TOKEN=your_discord_user_token_here
# Optional: Database connection string for future MongoDB integration
# MONGODB_URI=mongodb://localhost:27017/discord_research
# Optional: Additional API keys for extended functionality
# BACKUP_WEBHOOK_URL=https://discord.com/api/webhooks/your_webhook_url