nanos / FediFetcher

FediFetcher is a tool for Mastodon that automatically fetches missing replies and posts from other fediverse instances, and adds them to your own Mastodon instance.
https://blog.thms.uk/fedifetcher?utm_source=github
MIT License
296 stars 215 forks source link

Favourites and Reblogs #42

Closed EddiesTech closed 1 year ago

EddiesTech commented 1 year ago

As mentioned: https://elk.zone/coldrick.me.uk/@eddie/110273363273834774

Would be great to also fetch favourites and reblogs, if possible with the API :)

nanos commented 1 year ago

Thanks for the suggestion @EddiesTech

Favourites should be very straightforward. I can't find a way to get reblogs through the api. Only thing we could theoretically do is fetch all your posts, and then filter by reblogs. But that seems like a lot of effort for very little gain.

I'd suggest you instead favourite and reblog. That way the favouriting should ensure we fetch context

nanos commented 1 year ago

This is now implemented:

https://github.com/nanos/FediFetcher/releases/tag/v4.2.1