Remove your comment history on Reddit as deleting an account does not do so.

  • MoreCoffee@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    1 year ago

    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.

    • scottOP
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      I updated the main post. Good work!