/Stardox

Github stargazers information gathering tool

Primary LanguagePythonGNU General Public License v3.0GPL-3.0


Stardox

sdfa



This Tool is available in:

About Stardox

Stardox is an advanced github stargazers information gathering tool. It scraps Github for information and display them in list tree view.It can be used for collecting information of your's/someones repository stargazers details.

What data it fetchs :
  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 https://github.com/Username/repository-URL
    b) Without Command line arguments
    python3 stardox.py

Usage :

 stardox.py [-h] [-v] repositoryURL
positional arguments:
 repositoryURL  Path to repository.
optional arguments:
 -h, --help     show this help message and exit
 -v, --verbose  Verbose

Contributing

Any and all contributions, issues, features and tips are welcome.

License

Stardox is licence under GPL v3.0 license

Prateek Mishra