Skip to content

mrkvon/trustroots-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trustroots graph

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.

Prerequisities

Node.js version 7.1+ (support for async functions and ES7)

Node Package Manager (npm) installed

Installation

  1. clone this repository

  2. run the following commands in terminal in the folder of the repository

     npm install
     npm run prepare
    

Usage

  • run npm start
  • provide your login data
  • provide a username where the scraper should start (defaults to your username)
  • watch the data scraper work. When it finishes, you'll find list of connected users in output/users.txt and a graph in .gdf format in output/graph.gdf
  • play with the data (i.e. with gephi)

To do

  • time development of the network
  • shortest path between users

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published