Stardox is a Python-based GitHub stargazers information gathering tool, it scrapes Github for information and displays them in a list tree view. It can be used for collecting information about your or someone else’s repository stargazers details.
GitHub allows visitors to star a repo to bookmark it for later perusal. Stars represent a casual interest in a repo, and when enough of them accumulate, it’s natural to wonder what’s driving interest. Stargazers attempts to get a handle on who these users are by finding out what else they’ve starred, which other repositories they’ve contributed to, and who’s following them on GitHub.
The Data Collected by Stardox Github Stargazers Information Gathering Tool
- Total repositories
- Total stars
- Total followers
- Total following
- Stargazer’s e-mail address
How to Install Stardox Github Stargazers Information Gathering Tool
1 2 3 |
git clone https://github.com/0xprateek/stardox cd stardox pip install -r requirements.txt |
Using Stardox Github Stargazers Information Gathering Tool
1 |
stardox.py [-h] [-v] repositoryURL |
Positional arguments:
1 |
repositoryURL Path to repository |
Optional arguments:
1 2 |
-h, --help show this help message and exit -v, --verbose Verbose |
You can download Stardox here:
Or read more here.