x89 / Shreddit

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

Made compatible with 'Arrow' 0.14.5 #142

Open this-user opened 5 years ago

this-user commented 5 years ago

The latest version of the Arrow library removed the deprecated functionality to use replace() with plural parameters. Calls like that should instead use shift(), which this patch does in order to restore functionality of the Shreddit script.

iamdadmin commented 5 years ago

Verified from #141 having implemented manually.

colemickens commented 4 years ago

This works, though I did have to install appdirs manually as well.

git clone https://github.com/x89/Shreddit
echo apply patch by hand
pip install .
pip install appdirs # required or else error
shreddit -u username .... # works
jkldgoefgkljefogeg commented 4 years ago

why is this still merged? No active user has write access to the repo any more?

ellygaytor commented 4 years ago

I made a fork with the fix; ellygaytor/Shreddit

I now have a replacement written from scratch: ellygaytor/trasheddit

adadkins commented 3 years ago

Can we merge these in?

mikeriedel commented 3 years ago

Can we merge these in?

It seems like all the contributors have gone inactive. Your message inspired me to message the creator on linkedin. I think everyone ends up at this specific repository because of search engines so I'd love to see this version get updated instead of everyone forking and duplicating effort.