reddit-html-archiver icon indicating copy to clipboard operation
reddit-html-archiver copied to clipboard

archive reddit data as offline friendly web pages

Results 25 reddit-html-archiver issues
Sort by recently updated
recently updated
newest added

I fetched a month of data from a subreddit. The `data` directory now contains directories for each day, filled with CSV files. But what now? How does one view this...

These were two problems I encountered (Linux mint) that can be easily fixed. 1 - Python 3 is not the main version of your system https://unix.stackexchange.com/questions/410579/change-the-python3-default-version-in-ubuntu 2- fatal error: python.h...

When doing `fetch_links.py formula1 2014-4-1 2014-4-2` it won't archive any of the comments, just the submissions. For example: If you go to this Reddit thread, you will see comments, but...

Please consider integrating the features of [my image plugin](https://github.com/ruanchaves/reddit-html-archiver-image-plugin) to this repository.

enhancement

On my system running `write_html.py` without arguments requires too much memory and takes too long. After more than 30 minutes I had to manually stop it because my system became...

bug

Is it safe to stop and then resume the fetching process with ctrl+c? Can that lead to data corruption or inconsistency? Does `fetch_links.py` properly save data before exiting?

bug
enhancement

I think it would be nice to run something like this: ./fetch_links.py linux 2018-01-01 2018-12-31 ./write_html.py linux 2018-01-01 2018-12-31 The first command already works fine, but the second one doesn't....

enhancement

Having trouble running this, if im on windows do I run the file in the python interpreter or the command line. Are there any examples of how to run this...

enhancement

Setup is too involved and system-specific. There should be a release that runs from a Docker container. In this way it will be possible to install it anywhere in just...