parent
718a2d3cfb
commit
6663fe275d
|
@ -0,0 +1,6 @@
|
|||
# lurk
|
||||
|
||||
A reddit lurker used to notify a Discord channel via webhook
|
||||
whenever a matching submission is made.
|
||||
|
||||
See the [example config](lurk.sample.toml).
|
|
@ -2,9 +2,11 @@
|
|||
app_name = "Lurk"
|
||||
version = "0.1"
|
||||
|
||||
# https://www.reddit.com/prefs/apps
|
||||
client_id = ""
|
||||
client_secret = ""
|
||||
|
||||
# Reddit credentials
|
||||
username = "24CC-Official"
|
||||
password = ""
|
||||
|
||||
|
|
Loading…
Reference in New Issue