reddit-html-archiver
reddit-html-archiver copied to clipboard
archive reddit data as offline friendly web pages
Im starting with the basic commands and all my csv files are 74bytes with just the post. Cant get this to work.
Traceback (most recent call last): File "fetch_links.py", line 219, in fetch_links(args.subreddit, args.date_start, args.date_stop, args.limit, args.score, self_only) File "fetch_links.py", line 71, in fetch_links comments_results = list(api.search_comments(**comment_params)) File "C:\Python38\lib\site-packages\psaw\PushshiftAPI.py", line 238, in...
I installed the program with no errors, and ran it with correct date specifications: python3 ./fetch_links.py WatchPeopleCode 2010-11-11 2020-11-11 fetching submissions 2010-11-11 to 2020-11-11... It gave me an error at...
I don't know any python and want to archive a subreddit. I tried following the read me but don't understand any of it. Maybe you can make a video tutorial...
I would like to have the ability to invoke the download (and compiling) and standard Configurations from a file. Don´t care it it´s csv, xml, txt or whatever. ie.: defaultConfig{...
Thanks for your software! Strange that apparently nobody else made one. I would like to have some simple way to search in the HTML. I know that I can use...
1.) Add the current date automatically if the User only provided one date. Which would be the stop date. 2.) Add an option to control if you want to download...
Hello. This program is great. Setting it all up on Windows with no previous Python experience was an adventure, but once I got everything in place, it's fantastic. Thank you...
``` reddit-html-archiver-master % ./write_html.py Traceback (most recent call last): File "./write_html.py", line 7, in import snudown ImportError: No module named snudown reddit-html-archiver-master % python3 --version Python 3.8.3 reddit-html-archiver-master % pip3...
Here's the error under win10 having just installed latest python and snudown, my data folder is about a gig and a half. I assumed min score/comments and deleted are all...