|
6 years ago | |
---|---|---|
example | 6 years ago | |
.gitignore | 6 years ago | |
Graph.js | 6 years ago | |
LICENSE | 7 years ago | |
README.md | 6 years ago | |
TR.js | 6 years ago | |
User.js | 6 years ago | |
index.js | 6 years ago | |
package.json | 6 years ago | |
prepare.sh | 6 years ago |
This script finds users of trustroots.org and their connection to other users.
It crawls through the trustroots network searching users and their connections. Users without connection to the main network will not be found.
Node.js version 7.1+ (support for async functions and ES7)
Node Package Manager (npm) installed
run the following commands in terminal in the folder of the repository
npm install
npm run prepare
npm start
output/users.txt
and a graph in .gdf
format in output/graph.gdf
MIT