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
293 stars 213 forks source link

Add support for Iceshrimp #88

Closed zotanmew closed 8 months ago

zotanmew commented 8 months ago

This PR adds support for Iceshrimp. While we are a misskey fork, we can't guarantee API compatibility with Misskey in the future but very much can for the Mastodon API endpoints. I've also added a parser for mastodon URIs (domain.tld/users/:username/statuses/:id) which is being returned by the Iceshrimp Mastodon API if it doesn't know the post's URL.

nanos commented 8 months ago

Nice one! Thank you! 👍