config via docker environment variables
This commit is contained in:
17
example.env
Normal file
17
example.env
Normal 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
|
||||
Reference in New Issue
Block a user