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
309 stars 232 forks source link

Properly keep workflow alive #24

Closed nanos closed 1 year ago

nanos commented 1 year ago

The way this was done in #17 didn't work, because we aren't actually checking out the repo, but simply fetching files (#23).

Need to revisit this properly