x89 / Shreddit

Remove your comment history on Reddit as deleting an account does not do so.
Other
998 stars 134 forks source link

Fix for Requirements.txt pip install issues #131

Open ghost opened 5 years ago

ghost commented 5 years ago

Use this to install the necessary components to run shreddit (copy paste into a new file called "requirements.txt" or replace the contents of the original):

decorator==4.0.10
wheel==0.24.0
appdirs==1.4.3
arrow==0.10.0
backports-abc==0.5
certifi==2017.4.17
chardet==3.0.4
idna==2.5
praw==5.0.0
prawcore==0.11.0
python-dateutil==2.6.0
PyYAML==3.12
requests==2.18.1
shreddit==6.0.7
six==1.10.0
tornado==4.5.1
update-checker==0.16
urllib3==1.21.1

Alternatively, I am going to clone this repo and maintain it in my own branch. This is just to help lost souls who don't know why it isn't installing after downloading the .zip.

ghost commented 5 years ago

Hey man, thanks for this! I will check out your branch. Can you provide a link for others here to quickly access? @luontokoodaus

JC5 commented 5 years ago

He has deleted his account.

qiolol commented 5 years ago

The current requirements.txt is currently in merge conflict, but I just installed and ran successfully with pip install -r requirements.txt on the HEAD version:

arrow==0.9.0
decorator==4.0.10
praw==4.2.0
PyYAML==3.12
requests==2.12.1
six==1.10.0
backports-abc==0.4
tornado==4.3
update-checker==0.15
wheel==0.24.0
appdirs==1.4.3

Granted, there were some errors, but the script still works! 🙃