mastofeeder icon indicating copy to clipboard operation
mastofeeder copied to clipboard

RSS to ActivityPub bridge

Results 12 mastofeeder issues
Sort by recently updated
recently updated
newest added

Because of not correct `Content-Type` header response from [`users` endpoint](https://github.com/jehna/mastofeeder/blob/main/src/users.ts#L34). It should return `application/activity+json` Source: https://github.com/mastodon/mastodon/issues/29709#issuecomment-2015741383

this is just PR #27 merged with main.

I've successfully followed a few Chicago centric feeds, but appears none of them have populated stories onto activity pub. The feeds are @[email protected] @[email protected] @[email protected] @[email protected] I've spot checked the...

This PR refactors `src/fetch-url-info.ts`, adds request logging, and adds new ways to encode feed URLs as usernames. Specifically: - Feed URLs can now be specified by replacing slashes with double...

I'm adding installation stages to the README. on startup I see the code looking for a private/public key pair, no format or algo mentioned, I tried generating a generic RSA...

Mastefeeder fails to process feed URLs with a second level country domain, e.g. ".ac.uk", ".co.il" etc. Two examples to test: https://cam.ac.uk/news/feed https://theliberal.co.il/rss Thanks.

I'm trying to follow http://radar.spacebar.org/f/a/weblog/rss/1 but cannot; When I go to https://mastofeeder.com/.well-known/webfinger?resource=acct:[email protected] I see no `"rel":"self"` link. Am I doing something wrong?

High, I have been using reddit's rss feeds for a while, I am not sure mastofeeder supports them. As an example a feed of a subreddit (cpp here) takes the...