Releases: darkdrgn2k/ssb-web-pi
Releases · darkdrgn2k/ssb-web-pi
Cycle2
SBOT API Code Snippets
- Self identify
- Pull self identified users
- Reverse feed order
SBOT Web Proof of Concept
- Self Identify post
- Implement patch in (benhylau/ssbc-grants-scuttlemesh#5)
Cycle1
SBOT API Code Snippets
- Generating ScuttleBot Identities
- Initiate Scuttlebot API with generated Identities
- Post message using the identity
- Query feed
SBOT Web Proof of Concept
- Login using a login/password pair that ties into a sbot identity -
- Create a sbot identity that ties into a login/password
- Hash the password
- View a feed (Unfiltered)
- Render the feed (Basic rendering in place)
- Post a message to the feed as logged in identity