andrewbanchich / shreddit

Delete your Reddit data.
MIT License
247 stars 11 forks source link

Add an `--after` flag #90

Open carlosonunez opened 11 months ago

carlosonunez commented 11 months ago

Shreddit kept hitting API errors after running for a while against my GPDR export. I wanted to be able to have Shreddit pick up from where it left off, and the easiest way to do that was with an --after flag.

andrewbanchich commented 11 months ago

Thanks for the contribution! I think --after would more intuitively mean that posts after the given date should be shredded (and vice versa with --before). Could you update the logic for these please?

carlosonunez commented 5 months ago

Sorry! Just got this. Happy to.