mastopurge
mastopurge copied to clipboard
Purges Mastodon accounts. Removes posts. Makes things clean again.
Prior to this change _prevmaxid_ was always updated after updating _maxid_ and thus both were always identical. This in turn caused the loop to break after the first run (line...
I tried but I got "{"error":"Invalid credentials"}" Even when I know I'm using the right credentials. maybe related to this: https://git.pleroma.social/pleroma/pleroma/-/issues/2282 thanks you very much
I have posts older than May, 30th. However, they are not deleted. ``` pi@raspberrypi:~ $ cd /home/pi/Programs/mastopurge && ./mastopurge --noninteractive --maxage "30 days" 2021/06/29 16:27:07 MastoPurge configuration found! Reading config....
It would be nice if you could choose to only delete replies. Thanks!
Maybe add a flag to also un-boost toots? Reasoning being, clearing a profile or something similar.
Sometimes mastopurge will need to be restarted, erroring out on the follow message: `2020/08/02 02:00:15 Get [URL REMOVED]: net/http: request canceled (Client.Timeout exceeded while awaiting headers)` It'd be nice if...
It would be very nice if you could optionally export the posts to be deleted before. Just because you basically want to minimize your traces on the internet doesn't mean...
Use case: Cleanup only "private" toots, leaving public toots intact. I only want to delete toots, that are non-public, i.e. unlisted, followers-only or a DM. Could you integrate this filter?...
Optionally, don’t delete toots with more than a configurable number of interactions (boosts, replies, favourites). People should have the option to get rid of their unpopular toots and preserve their...
Store credentials file in User home directory instead of current directory.