-
Notifications
You must be signed in to change notification settings - Fork 1
Allow deleting likes and reskeets #1
Comments
I'd love to see the ability to automatically delete reskeets too ! |
Hi! First of all, thanks! As for the feature request: This is definitely doable. We currently get the list of posts to be deleted here: https://github.com/pojntfx/skysweeper/blob/main/pkg/bluesky/deletion.go#L39-L126 So in order for this to work, we'd have to do these things:
Def. doable :) |
Hey, just wanted to start by saying this project is awesome and I love it! If you need to get likes/reskeets/skeets, you can grab the whole repo and then filter based on NSID of the records which may be more efficient than using the Should prevent having to talk to the API more than once to get a list of records to delete for a given user and a given sweep, should also include all records in their repo which would allow for deletion of more record types as desired. Hope that helps for anyone who takes on this issue! |
Thanks! I appreciate that API endpoint - that should def. be useful as long as I can get the cursors to work ^^ |
Would you ever consider adding an option to schedule likes to be automatically deleted in the same way? I absolutely love your site!!!
The text was updated successfully, but these errors were encountered: