reddit-save
reddit-save copied to clipboard
A Python tool for backing up your saved and upvoted posts on reddit to your computer.
Instructions on how to run this via docker compose would be appreicated, I'm wanting to potentially create ad-hoc or scheduled archiving tasks but can't find a way to specify which...
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...
If a post links to a imgur.com/gallery post, they are currently just skipped. Ideally this would be handled, but it's not a priority.
Trying to run the script (`py save.py upvoted target/folder`) on Win10, python 3.10, getting this error: ``` Traceback (most recent call last): File "C:\Users\user\Documents\reddit-save\save.py", line 46, in current_html = f.read()...
This is an insanely hacky approach to implement reddit gallery support. I'd advise against merging it as is, but consider it as a proof of concept how this could work....
As it says in the title: It would be nice to be able to download submissions made by a user's friends.
imgur sends a 200 response in the header, but shows 404 in the page content. this makes reddit-save think it got real content when it didn't
Building the image with; ```docker build -t redditsave .``` gives error; "unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /home/administrator/Dockerfile: no such file or directory" if...
Hi, Thanks for the great repo! I'm here to give some suggestion for improvement, reddit-save doesn't currently support downloading media from reddit posts that contain multiple images, like one of...