From 6663fe275d040e67e532d7f3785eac37ed9b70a3 Mon Sep 17 00:00:00 2001 From: Etzelia Date: Fri, 17 Apr 2020 21:35:42 -0500 Subject: [PATCH] README and sample changes Signed-off-by: Etzelia --- README.md | 6 ++++++ lurk.sample.toml | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..716494e --- /dev/null +++ b/README.md @@ -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). \ No newline at end of file diff --git a/lurk.sample.toml b/lurk.sample.toml index 605a231..fb1c4c1 100644 --- a/lurk.sample.toml +++ b/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 = ""