git ssb

4+

Dominic / scuttlebot



Tree: 28f67af09327610095853aaf8df4b182185f8108

Files: 28f67af09327610095853aaf8df4b182185f8108 / plugins / friends.md

1830 bytesRaw

scuttlebot friends plugin

Query the follow and flag graphs.

all: async

Fetch the graph structure.

all [graph]
all(graph, cb)

hops: async

List the degrees-of-connection of all known feeds from the given feed.

hops [start] [graph] [--dunbar number] [--hops number]
hops(start, graph, { dunbar:, hops: }, cb)

createFriendStream: source

Live-stream the ids of feeds which meet the given hops query. If meta
option is set, then will return steam of {id, hops}

createFriendStream [--start feedid] [--graph follow|flag] [--dunbar number] [--hops number] [--meta]
createFriendStream({ start:, graph:, dunbar:, hops: , meta: }, cb)

get: async

Get the edge between two different feeds.

get --source {feedid} --dest {feedid} [--graph follow|flag]
get({ source:, dest:, graph: }, cb)

Built with git-ssb-web