18 lines
411 B
Bash
18 lines
411 B
Bash
# 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
|