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
-
clone this repository
-
run the following commands in terminal in the folder of the repository
npm install npm run prepare
- 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 inoutput/graph.gdf
- play with the data (i.e. with gephi)
- time development of the network
- shortest path between users
MIT