initial commit

This commit is contained in:
2026-03-08 18:08:24 +00:00
commit 5f3816ee35
7 changed files with 212 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Reddit Bot Docker Environment Configuration
# .env file example (for Docker)
REDDIT_CLIENT_ID=your_client_id
REDDIT_CLIENT_SECRET=your_client_secret
REDDIT_USERNAME=your_username
REDDIT_PASSWORD=your_password
REDDIT_USER_AGENT=modbot by /u/your_username
REDDIT_SUBREDDIT=your_subreddit
REDDIT_WIKI_PAGE=modbot-config
# Add this file to .gitignore if you commit your project