Closed toddrob99 closed 7 years ago
Note: #32 includes praw 3 syntax that #35 does not account for. The suggested sort syntax will need to be updated in whichever branch is merged second (sub.set_suggested_sort()
-> sub.mod.suggested_sort()
).
BTW, as of tonight (8/12/2017), u/PhilsBot is running in r/Phillies with these changes on PRAW 5.0.1.
This pull request includes updates to all files to reflect changes in PRAW 5.0.1.
README.md
andsample_settings.json
, to allow individual bot runners to add their subreddit and/or user idREADME.md
setup.py
to remove call to deprecated r.set_oauth_app_info, replace r.get_authorize_url with r.auth.url, and remove reference to uniqueKeysetup.py
, so in the future we can print the username associated with the refresh token if needed