Skip to content

bhavesh2699/Stardox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Stardox

Stardox

This Tool is available in:

About Stardox

Stardox 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 :
  1. Total repsitories
  2. Total stars
  3. Total Followers
  4. Total Following
  5. Stargazer's Email

P.S: Many new things will be added soon.

Gallery

Image 1

Fetching data of repository. Image 2

List tree view of fetched data. Image 3

Getting Started

Steps to setup :

  1. git clone https://github.com/0xprateek/stardox
  2. cd stardox
  3. pip install -r requirements.txt

Starting Stardox :

  1. cd stardox/src
  2. 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

About

Github stargazers information gathering tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%