1.1.0 • Published 1 year ago

gh-pagerank v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

GITHUB PAGERANK

This is an implementation of the PageRank algorithm in Node.js applied to Social Networks analysis for GitHub.

CLI

A command line interface tool is available for generating a graph based on the PageRank score:

npx gh-pagerank <gh-username> <gh-token> [options]
OptionDescription
-d, --damping-factorDamping factor (default: 0.85)
-p, --depthDepth of the graph (default: 3)
-l, --limitLimit the number of followers to retrieve (default: 10)
-f, --formatOutput format: json/svg (default: svg)
-o, --outputOutput file name. stdout (json) / temp.svg (svg)