export-saved-reddit
export-saved-reddit copied to clipboard
Export saved Reddit posts into a HTML file for import into Google Chrome.
Hello, I tried the script on my account (that has two-factor authentication enabled), and it returned the following error: `prawcore.exceptions.OAuthException: invalid_grant error processing request` I tried temporarily disabling 2FA and...
The current version only saves link URLs and their titles, but saved comments are lost. However, I was able to dive into the code and fix it for my use....
Provide a script that installs Python, pip, dependencies if necessary and then runs the script.
I replaced csv with unicodeccsv to fix Issue #39 and Issue #49
New errors =) Traceback (most recent call last): File "export_saved.py", line 336, in main() File "export_saved.py", line 330, in main save_saved(reddit) File "export_saved.py", line 293, in save_saved process(reddit, seq, "export-saved",...
I've been trying to solve this all day and have been stumped, a few months ago I tried to get this script working (to no avail), the problem I was...
i made a short, ugly bash script that will create a new HTML file based on the contents of export_saved.html. it parses out links to saved posts, gets the post...
$ python export_saved.py Traceback (most recent call last): File "export_saved.py", line 305, in main() File "export_saved.py", line 299, in main save_saved(reddit) File "export_saved.py", line 267, in save_saved process(reddit, seq, "export-saved",...
Traceback (most recent call last): File ".\export_saved.py", line 244, in write_csv csvwriter.writerow(csv_fields) TypeError: a bytes-like object is required, not 'str' During handling of the above exception, another exception occurred: Traceback...