7 ms·
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: ht
by tshell 4y 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 https://help.micro.blog/t/mastodon-and-activitypub/95
- stavros 4y agoOh excellent, thanks! I wonder how hard it is to make an RSS-to-ActivityPub service.
- rakoo 4y agoDarius 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-activitypub https://github.com/dariusk/rss-to-activitypub 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/ https://sr.ht/~rakoo/rss2ap/
- stavros 4y agoThat's fantastic, thanks! Just what I was looking for.