ActivityPub
TODO
- GitHub - fenwick67/mastofeed: ActivityPub feed => iframe embed. https://www.mastofeed.com
- dentropy/ActivityPub-Scraping-Research
- https://codeberg.org/fediverse/delightful-activitypub-development/
API
- Pleroma/Soykaf
- https://pleroma.soykaf.com/users/lain/outbox
- https://pleroma.soykaf.com/users/lain/outbox?page=true
How to index all messages from a activity pub user
- Example user, https://pleroma.soykaf.com/lain
- Fetching ActivityPub Feeds - Gokberk Yaltirakli
- Code example works for
lain@pleroma.soykaf.com
- GitHub - dariusk/express-activitypub: A very simple reference implementation of an ActivityPub server using Express.js
- Full server implementation, I just want to read a feed right now
- How to implement a basic ActivityPub server - Official Mastodon Blog
- Uses Ruby
- GitHub - bookwyrm-social/bookwyrm: Social reading and reviewing, decentralized with ActivityPub
- Too complex a project I want something simple
- fediverse/delightful-activitypub-development: A curated list of developer resources related to ActivityPub and the Fediverse. - delightful-activitypub-development - Codeberg.org
curl --header "Content-Type: application/json" \
--request POST \
--data 'profile="https://www.w3.org/ns/activitystreams",' \
http://localhost:3000/api/login
Backlinks
- Social Media Protocols
- ETL to QE, Update 80, My Nostr Echo Chamber
- ETL to QE, Update 48, Attempting to Consciously Make a Plan
- ETL to QE, Update 46, A Vision that Never Solidifies
- ETL to QE, Update 23, Designing and Checking my Premises
- ETL to QE, Update 22, Tutorial Your Way To Victory
- Identity Protocols