git ssb

0+

decentral1se (decommissioned) / mgsbot



Branch:
decentral1se committed fix: ignore binary buildsLatest: 7226681 on 10/14/2022, 11:55:23 AM
📄.gitignore
📄README.md
📄go.mod
📄go.sum
📄mgsbot.go
📁vendor
README.md

mini-go-sbot

A stripped down version of cmd/go-sbot/main.go from go-ssb for testing purposes. Works well with a local Patchwork for testing replication, messages, etc. as well as prototyping scripts and client building with Go. Easy to hack on.

go run mgsbot.go

Then you can e.g. ./sbotcli --addr localhost:8009 whoami. You can generate an invite and then from a fresh Patchwork identity, accept it. You should see messages replicate both ways, including replies & likes. ./sbotcli --addr localhost:8009 log | grep <text> is a handy way to check if text is being replicated.

Built with git-ssb-web