tianshanghong / Stardox

Github stargazers information gathering tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Stardox

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

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

License:GNU General Public License v3.0


Languages

Language:Python 100.0%