Remove your comment history on Reddit as deleting an account does not do so. - GitHub - x89/Shreddit: Remove your comment history on Reddit as deleting an account does not do so.
Remove your comment history on Reddit as deleting an account does not do so.
Here is an updated shreddit written in rust. https://github.com/andrewbanchich/shreddit. I used it yesterday and it worked. The only issue is it seems to only process 25 entries at time so you need to run the code in a loop. In bash you can do something like: while :;do ./shreddit args;done and kill it once it completes.
Here is an updated shreddit written in rust. https://github.com/andrewbanchich/shreddit. I used it yesterday and it worked. The only issue is it seems to only process 25 entries at time so you need to run the code in a loop. In bash you can do something like:
while :;do ./shreddit args;done
and kill it once it completes.I updated the main post. Good work!