📄 | .gitignore |
📄 | Readme.md |
📄 | index.js |
📄 | package.json |
Readme.md
ssb-clingy
Behaviour change plugin for scuttlebutt - follows back anyone who manages to connect
Install
ssb-server plugins.install ssb-clingy
// add plugins
Server
.use(require('ssb-clingy'))
.use(require('ssb-gossip'))
.use(require('ssb-replicate'))
.use(require('ssb-friends'))
...
var server = Server(config)
TODO
- ☑ follow back strangers
- ☐ filter for blocks
- ☐ only follow people with no friends?
License
MIT
Built with git-ssb-web