git ssb

4+

Dominic / scuttlebot



Tree: a4af2ae17277b41330b06887b35138e2fab83b39

Files: a4af2ae17277b41330b06887b35138e2fab83b39 / 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