git ssb

1+

andrestaltz / ssb-to-graphml



Commit e5ddc28fe060afb6aca444382f003022e1eac2f5

more into readme

Andre Staltz committed on 6/27/2018, 2:25:21 PM
Parent: 125de33bfda1af805f9a7691fb06c3c3b837d226

Files changed

package.jsonchanged
readme.mdchanged
package.jsonView
@@ -1,7 +1,7 @@
11 {
22 "name": "ssb-to-graphml",
3- "version": "1.0.1",
3 + "version": "1.0.2",
44 "description": "Convert your SSB social graph to GraphML format",
55 "main": "index.js",
66 "repository": {
77 "type": "git",
@@ -21,5 +21,5 @@
2121 "ssb-friends": "^2.4.0",
2222 "ssb-keys": "^7.0.16",
2323 "ssb-names": "^3.1.2"
2424 }
25-}
25 +}
readme.mdView
@@ -3,9 +3,9 @@
33 *Convert your SSB social graph to GraphML format.*
44
55 ## Quick start
66
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):
88
99 ```
1010 npx ssb-to-graphml > myssb.graphml
1111 ```
@@ -18,10 +18,14 @@
1818 ```
1919
2020 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.
2121
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.
2323
24 +## About
25 +
26 +What is SSB? A decentralized social network, read more: https://www.scuttlebutt.nz/
27 +
2428 ## License
2529
2630 GPLv3
2731

Built with git-ssb-web