Secure Scuttlebutt (SSB) protocol suite implementation in Python
https://pypi.org/project/ssb-client/
| examples | support gabby grove feeds | |
| ssb_client | fix package name -> ssb_client | |
| .gitignore | fix package name -> ssb_client | |
| AUTHORS | clean up for 2021 | |
| LICENSE | Add MIT license and AUTHORS file | |
| poetry.lock | switch to Poetry | |
| pyproject.toml | switch to Poetry | |
| pytest.ini | fix package name -> ssb_client | |
| README.md | switch to Poetry | |
| setup.cfg | First partially working implementation | |
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