Moves credentials to praw.ini

item-del-count
Scott 8 years ago
parent e6c1324a4a
commit 9678657fd1

@ -1,13 +1,7 @@
[DEFAULT]
# Will be deprecated sometime in 2015 (probably)
user =
pswd =
## OAuth2 settings:
# Client / Secret from your own app
oauth_client_id =
oauth_client_secret =
# Corresponds with the callback URL in the Reddit app
oauth_redirect_uri = http://127.0.0.1:65010
log_requests = 0
# After running get_secret.py you should find your auth ID below
# Credentials go here. Fill out default, or provide one or more names and call shreddit with the -u option to specify
# which set to use.
[default]
client_id=
client_secret=
username=
password=

@ -1,11 +1,4 @@
---
# 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:
# How many hours of comments you want to keep
# 24 hours in a day,
# 168 hours in a week,

@ -1,11 +1,4 @@
---
# 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:
# How many hours of comments you want to keep
# 24 hours in a day,
# 168 hours in a week,

Loading…
Cancel
Save