From e352fabf3f0035020e84049c7a4881aea8a37161 Mon Sep 17 00:00:00 2001 From: clawer87 Date: Fri, 17 Jan 2020 09:02:20 -0600 Subject: [PATCH] Create praw.ini --- praw.ini | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 praw.ini diff --git a/praw.ini b/praw.ini new file mode 100644 index 0000000..10a3309 --- /dev/null +++ b/praw.ini @@ -0,0 +1,26 @@ +[DEFAULT] +# A boolean to indicate whether or not to check for package updates. +check_for_updates=True + +# Object to kind mappings +comment_kind=t1 +message_kind=t4 +redditor_kind=t2 +submission_kind=t3 +subreddit_kind=t5 + +# The URL prefix for OAuth-related requests. +oauth_url=https://oauth.reddit.com + +# The URL prefix for regular requests. +reddit_url=https://www.reddit.com + +# The URL prefix for short URLs. +short_url=https://redd.it + +[bot1] +client_id= +client_secret= +password= +username= +user_agent=