kensanata / mastodon-archive

Archive your statuses, favorites and media using the Mastodon API (i.e. login required)
https://alexschroeder.ch/software/Mastodon_Archive
GNU General Public License v3.0
371 stars 33 forks source link

Improve followers feature : consider more interactions #97

Open lapineige opened 1 year ago

lapineige commented 1 year ago

Hello,

I really like the followers feature https://github.com/kensanata/mastodon-archive#followers as a semi-automated cleanup tool. It adds some nice improvement over Mastodon integrated feature (that did not exist at the time you created this) as it allows to filter interactions older than a given time (only 1 month in Mastodon).

I would like to suggest some improvements:

The goal of all of these additions is to reduce the number of "false positives" reported, to speed up the sorting process. As you explained in your original blogpost, this function can give a massive list of account, and its hard to decide to block them all or time-consuming to review them all.

I'm documenting this here, as I might work on it in the future but don't have time now, just in case someone would like to help… :slightly_smiling_face:

Let me know what you think.

Have a nice day :)

kensanata commented 1 year ago

It sounds interesting, for sure! Specially if this is how we can get advanced features to other servers, like GoToSocial.

lapineige commented 1 year ago

Specially if this is how we can get advanced features to other servers, like GoToSocial.

I don't really get your point.

Does that mean you want/plan to be able to archive other fediverse software content, or any Mastodon-API compatible software ?

kensanata commented 1 year ago

Yes, as long as the server supports the Mastodon Client API, mastodon-archive should be able to handle it. And I personally use a single person GoToSocial. But in that case the copy of the database is already in my hands so perhaps I’ll write a different set of tools instead. 😅

lapineige commented 1 year ago

Yes, as long as the server supports the Mastodon Client API, mastodon-archive should be able to handle it.

That's great !!