config via docker environment variables

This commit is contained in:
2026-02-25 22:18:02 +00:00
parent 2ef948e970
commit 5af4311719
3 changed files with 56 additions and 18 deletions

17
example.env Normal file
View File

@@ -0,0 +1,17 @@
# Example .env file for FlairTimerComment
# Fill in your Reddit API and bot settings
USERNAME=your_reddit_username
PASSWORD=your_reddit_password
CLIENT_ID=your_client_id
CLIENT_SECRET=your_client_secret
USER_AGENT=Flair Timer Comment Bot
SUBREDDIT=your_subreddit
FLAIR_TEXT=Waiting for OP
INTERVAL=30
HOURS=48
SEARCHLIMIT=600
COMMENT_MESSAGE=Your comment message here
LOCK_POST=False
DISTINGUISH_STICKY=False