You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
496 B
26 lines
496 B
[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=
|
|
|