samirelanduk / reddit-save

A Python tool for backing up your saved and upvoted posts on reddit to your computer.
134 stars 14 forks source link

Touch doesn't work on Windows #3

Closed benninkcorien closed 3 years ago

benninkcorien commented 3 years ago

Manually create secrets.py and add

REDDIT_USERNAME = "username"
REDDIT_PASSWORD =  "password"
REDDIT_CLIENT_ID = "shorterstring"
REDDIT_SECRET = "longersecretstring"

(Maybe you can add this to the readme, not sure if it was worth a whole pull/merge request, script is running fine here! thanks!)

samirelanduk commented 3 years ago

Oh, good catch - I've updated the README. Thanks a lot.