2020-08-10 14:06:41 +00:00
|
|
|
# Reddit information
|
|
|
|
[reddit]
|
|
|
|
# Reddit Agent Info
|
|
|
|
app_name = "Lurk"
|
|
|
|
version = "0.1"
|
2020-04-18 02:32:09 +00:00
|
|
|
|
2020-08-10 14:06:41 +00:00
|
|
|
# https://www.reddit.com/prefs/apps
|
|
|
|
client_id = ""
|
|
|
|
client_secret = ""
|
2020-04-18 02:32:09 +00:00
|
|
|
|
2020-08-10 14:06:41 +00:00
|
|
|
# Reddit credentials
|
|
|
|
username = ""
|
|
|
|
password = ""
|
2020-04-18 02:32:09 +00:00
|
|
|
|
2020-08-10 14:06:41 +00:00
|
|
|
# A list of subreddites to monitor
|
|
|
|
# white/blacklist can be omitted in real config if empty
|
|
|
|
[[reddit.sub]]
|
|
|
|
name = ""
|
|
|
|
icon_url = ""
|
|
|
|
flair_whitelist = []
|
|
|
|
flair_blacklist = []
|
|
|
|
title_whitelist = []
|
|
|
|
title_blacklist = []
|
|
|
|
title_limit = 0
|
|
|
|
body_whitelist = []
|
|
|
|
body_blacklist = []
|
|
|
|
body_limit = 0
|
|
|
|
webhook = ""
|
2020-04-18 02:32:09 +00:00
|
|
|
|
2020-08-10 14:06:41 +00:00
|
|
|
# Twitter information
|
|
|
|
[twitter]
|
|
|
|
# Auth
|
|
|
|
consumer_key = ""
|
|
|
|
consumer_secret = ""
|
|
|
|
access_token = ""
|
|
|
|
access_secret = ""
|
2020-04-18 02:32:09 +00:00
|
|
|
|
2020-08-10 14:06:41 +00:00
|
|
|
# A list of filters to watch for
|
|
|
|
# Empty fields can be omitted in a real config
|
|
|
|
[[twitter.filter]]
|
|
|
|
# follows must use a Twitter user's ID
|
|
|
|
# https://tweeterid.com/
|
|
|
|
follows = []
|
|
|
|
locations = []
|
|
|
|
tracks = []
|
|
|
|
webhook = ""
|