From 8171da78284f731e1d51f34adea770d934604ac9 Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 6 Dec 2016 00:35:29 -0600 Subject: [PATCH] Adds OAuth creds to config example --- shreddit.yml.example | 8 ++++---- shreddit/shreddit.yml.example | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/shreddit.yml.example b/shreddit.yml.example index 3fe276b..0637304 100644 --- a/shreddit.yml.example +++ b/shreddit.yml.example @@ -1,8 +1,8 @@ --- -# Login details for Reddit. Fill out if you don't wish -# to be prompted for a login every time you run Shreddit. -# If your username or password has characters that could cause problems, surround them in quotes. -### NOTE: This may be deprecated as you can specify in praw.ini instead +# Credentials go here. If you are unsure what to put in client_id and client_secret, please consult the README for more +# information. +client_id: +client_secret: username: password: diff --git a/shreddit/shreddit.yml.example b/shreddit/shreddit.yml.example index 3fe276b..0637304 100644 --- a/shreddit/shreddit.yml.example +++ b/shreddit/shreddit.yml.example @@ -1,8 +1,8 @@ --- -# Login details for Reddit. Fill out if you don't wish -# to be prompted for a login every time you run Shreddit. -# If your username or password has characters that could cause problems, surround them in quotes. -### NOTE: This may be deprecated as you can specify in praw.ini instead +# Credentials go here. If you are unsure what to put in client_id and client_secret, please consult the README for more +# information. +client_id: +client_secret: username: password: