readme.mdView |
---|
3 | 3 … | *Convert your SSB social graph to GraphML format.* |
4 | 4 … | |
5 | 5 … | ## Quick start |
6 | 6 … | |
7 | | -Assuming you have an SSB installation in `~/.ssb`: |
| 7 … | +Assuming you have an SSB installation in `~/.ssb` and a recent Node.js installation (e.g. Node 8.x and npm 5.x): |
8 | 8 … | |
9 | 9 … | ``` |
10 | 10 … | npx ssb-to-graphml > myssb.graphml |
11 | 11 … | ``` |
18 | 18 … | ``` |
19 | 19 … | |
20 | 20 … | NOTE!: due to current bugs in Scuttlebot that force console.log to the stdout, the file output *may* contain non-XML output in the first lines. Delete those lines before attempting to use the graphml file. |
|
21 | 21 … | |
22 | | -**Then**, run a graph analysis tool like Gephi or yEd to open the graphml file. |
| 22 … | +**Then**, run a graph analysis tool like [Gephi](https://gephi.org/) or [yEd](https://www.yworks.com/products/yed) to open the graphml file. |
23 | 23 … | |
| 24 … | +## About |
| 25 … | + |
| 26 … | +What is SSB? A decentralized social network, read more: https://www.scuttlebutt.nz/ |
| 27 … | + |
24 | 28 … | ## License |
25 | 29 … | |
26 | 30 … | GPLv3 |
27 | 31 … | |