Secure Scuttlebutt (SSB) protocol suite implementation in Python https://pypi.org/project/ssb-client/
Go to file
Henning Jacobs 7ccbe1eff1 support gabby grove feeds 2021-02-20 23:56:24 +01:00
examples support gabby grove feeds 2021-02-20 23:56:24 +01:00
ssb_client fix package name -> ssb_client 2021-02-14 19:59:10 +01:00
.gitignore fix package name -> ssb_client 2021-02-14 19:59:10 +01:00
AUTHORS clean up for 2021 2021-02-14 20:02:18 +01:00
LICENSE Add MIT license and AUTHORS file 2017-06-02 20:43:54 +02:00
README.md switch to Poetry 2021-02-14 17:00:10 +01:00
poetry.lock switch to Poetry 2021-02-14 17:00:10 +01:00
pyproject.toml switch to Poetry 2021-02-14 17:00:10 +01:00
pytest.ini fix package name -> ssb_client 2021-02-14 19:59:10 +01:00
setup.cfg First partially working implementation 2017-06-02 20:09:55 +02:00

README.md

Secure Scuttlebutt (SSB) Client in Python

WORK IN PROGRESS

This is a fork of the unmaintained pyssb repo.

Things that are currently implemented:

  • Basic Message feed logic
  • Secret Handshake
  • packet-stream protocol

Usage (requires Poetry):

poetry install
PYTHONPATH=. poetry run python3 examples/test_client.py