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

Use a proxy + disable SSL verification? #5

Open TheTechRobo opened 2 years ago

TheTechRobo commented 2 years ago

I can't currently test this program so apologies if this question is invalid.

How can I use a proxy and disable SSL verification? I'd like to use warcprox (https://github.com/internetarchive/warcprox) since it saves more data.

samirelanduk commented 2 years ago

There currently isn't an option to do this. This tool uses praw to access reddit, and there is a way to use praw with a proxy, so it would be possible to add this in future - but in all honesty it might be a while before I have time to get around to it.

I will leave the issue open as a feature to add in the medium term.

TheTechRobo commented 2 years ago

Thank you!