top | item 34401305 (no title) tshell | 3 years ago This is similar to how micro.blog has implemented ActivityPub support, from what I can gather. Here's their documentation from when the feature was released: https://help.micro.blog/t/mastodon-and-activitypub/95 discuss order hn newest stavros|3 years ago Oh excellent, thanks! I wonder how hard it is to make an RSS-to-ActivityPub service. rakoo|3 years ago Darius Kazemi, the creator of Hometown, made an AP server where you can register a feed and it turns into an actor (ie an account): https://github.com/dariusk/rss-to-activitypubI made my own thing, fetching an RSS feed and posting entries to an existing account. It makes the code much simpler, but is not practical if you have lots of feeds (you need yo create all accounts separately): https://sr.ht/~rakoo/rss2ap/ load replies (1)
stavros|3 years ago Oh excellent, thanks! I wonder how hard it is to make an RSS-to-ActivityPub service. rakoo|3 years ago Darius Kazemi, the creator of Hometown, made an AP server where you can register a feed and it turns into an actor (ie an account): https://github.com/dariusk/rss-to-activitypubI made my own thing, fetching an RSS feed and posting entries to an existing account. It makes the code much simpler, but is not practical if you have lots of feeds (you need yo create all accounts separately): https://sr.ht/~rakoo/rss2ap/ load replies (1)
rakoo|3 years ago Darius Kazemi, the creator of Hometown, made an AP server where you can register a feed and it turns into an actor (ie an account): https://github.com/dariusk/rss-to-activitypubI made my own thing, fetching an RSS feed and posting entries to an existing account. It makes the code much simpler, but is not practical if you have lots of feeds (you need yo create all accounts separately): https://sr.ht/~rakoo/rss2ap/ load replies (1)
stavros|3 years ago
rakoo|3 years ago
I made my own thing, fetching an RSS feed and posting entries to an existing account. It makes the code much simpler, but is not practical if you have lots of feeds (you need yo create all accounts separately): https://sr.ht/~rakoo/rss2ap/