Stardox
AboutStardox is an advanced github stargazers' information gathering tool. It scraps Github for information and displays it in list tree view. It can be used for collecting information of yours/someone's repository stargazers details.
What data it fetches :
Total repsitories
Total stars
Total Followers
Total Following
Stargazer's Email
P.S: Many new things will be added soon.
Gallery
List tree view of fetched data.
Getting Started
Steps to setup :
git clone https://github.com/0xprateek/stardox
cd stardox
pip install -r requirements.txt
Starting Stardox :
cd stardox/src
- a) Using Command line arguments
python3 stardox.py -r https://github.com/Username/repository-URL
b) Without Command line arguments
python3 stardox.py
Usage :
usage: stardox.py [-h] [-r RURL] [-v] [-s [path]] [-e]
optional arguments:
-h, --help show this help message and exit
-r RURL, --rURL RURL Path to repository.
-v, --verbose Verbose
-s [path], --save [path]
Save the doxed data in a csv file. By default, saved
at Desktop.
-e, --email Fetch only emails of stargazers.
Contributing
Any and all contributions, issues, features and tips are welcome.
License
Stardox is licence under GPL v3.0 license