blurp/README.md
decentral1se a9363705e8
All checks were successful
continuous-integration/drone/push Build is passing
feat: init
2024-08-01 11:48:18 +02:00

1.8 KiB

blurp

Build Status

🚧 Status: ALPHA SOFTWARE 🚧

A GoToSocial status deletion tool.

Install

It's ~ 3 MB in size. Only linux/amd64 is supported atm.

curl https://git.coopcloud.tech/decentral1se/blurp/raw/branch/main/blurp -o blurp
chmod +x blurp

Preparation

  • blurp delete will get you rate limited by your own instance. I temporarily solved this by turning off rate limiting, running the command and then turning rate limiting back on again. I could probably implement some backoff in the code but this is just easier.

  • blurp delete will remove statuses but not media attachments immediately for local media. Remote media is removed immediately. Unattached local media will be remove the next time the media cleaning job runs.

Delete stuff 🔥

You'll nee to log in first:

blurp login -u foo@bar.zone

You might want to archive stuff offline before wiping it:

blurp archive

See ./archive for every status (favourited, pinned, boosted, bookmarked etc.) connected with your account. All media attachments are downloaded alongside the status. Status content is dumped as a JSON file.

🔴 DANGER ZONE 🔴

To delete all statuses older than 2 weeks:

blurp delete

🔴 DANGER ZONE 🔴

ACK

Made possible by the good work of slurp.

License