-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsample_config.json
19 lines (19 loc) · 1.12 KB
/
sample_config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
// Remember to remove the comments after you copy and paste this into your config.json file!
"subreddits": ["UsenetInvites", "Usenet"], // a list of subreddits to stream from - you can use 1 or more
"keywords": [ // keywords to highlight in the submission title or body
"[O]",
"drunken slug",
"ninja"
],
"beep_all_posts": true, // true or false - whether or not to beep when a new submission is found
"beep": {
"enabled": true, // true or false - whether or not to beep when a new submission is found
"frequency": 1440, // frequency of the beep in Hz
"duration": 100 // duration of the beep in milliseconds
},
"color_flairs": true, // true or false - whether or not to color flair text (for trading subreddits)
"logging_level": "INFO", // INFO, DEBUG, ERROR, etc. - what level of logging to use
"skip_existing": true, // true or false - whether or not to skip existing submissions
"title_filter": "[O]" // a string to filter the title of the submission (leave blank for no filter) (useful for filtering out selling/buying posts based on preferences)
}