-
Notifications
You must be signed in to change notification settings - Fork 29
Python3, dependency updates, encryption changes #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…tion instead of original
Signed-off-by: Kenneth-W-Chen <74205780+Kenneth-W-Chen@users.noreply.github.com>
Signed-off-by: Kenneth-W-Chen <74205780+Kenneth-W-Chen@users.noreply.github.com>
Signed-off-by: Kenneth-W-Chen <74205780+Kenneth-W-Chen@users.noreply.github.com>
Signed-off-by: Kenneth-W-Chen <74205780+Kenneth-W-Chen@users.noreply.github.com>
Signed-off-by: Kenneth-W-Chen <74205780+Kenneth-W-Chen@users.noreply.github.com>
Signed-off-by: Kenneth-W-Chen <74205780+Kenneth-W-Chen@users.noreply.github.com>
Signed-off-by: Kenneth-W-Chen <74205780+Kenneth-W-Chen@users.noreply.github.com>
Signed-off-by: Kenneth-W-Chen <74205780+Kenneth-W-Chen@users.noreply.github.com>
Signed-off-by: Kenneth-W-Chen <74205780+Kenneth-W-Chen@users.noreply.github.com>
Signed-off-by: Kenneth-W-Chen <74205780+Kenneth-W-Chen@users.noreply.github.com>
|
I'll be adding more comments/documentation over the next few weeks (unless PR gets approved) |
Changed the bit about some filenames not appearing to how Reddit's search tool doesn't update indexes for a bit
…ome documentation Signed-off-by: Kenneth-W-Chen <74205780+Kenneth-W-Chen@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to say a1b22ea will make it slightly faster because we don't have to load the entire file into memory and then encrypt it, with both the ciphertext and plaintext stored at once
|
I'm guessing that rossem isn't maintaining this repo anymore since there's been an open PR since 2018. I will not be pushing to this PR/branch any further. I'll be pushing to my fork for now here |
A lot's changed with Python and the various packages used by this program since it was last updated. A summary of what I changed:
(or so my friend says)print, bytes being a separate type from string, etc.)praw.iniorredditglobals.py.RedditStorage.py. Mainly did that because to make it easier to see how the script is started.