An open API service indexing awesome lists of open source software.

https://github.com/chronicleprotocol/ssb


https://github.com/chronicleprotocol/ssb

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# SSB Tools

## SSB RPC Client

### Get all messages
```shell
./get_all_messages.sh "$SSB_SERVER_ADDRESS"
```
### Get latest sequence numbers for feeds
```shell
jq -cr '.[]' ./feeds.json | ./get-latest-messages-from-feeds.sh "$SSB_SERVER_ADDRESS" | jq -c '{key}*.value|{key,author,sequence}*.content|{key,author,sequence,type,version}'
```