Giter Club home page Giter Club logo

gitstats's Introduction

GitStats

Find stats for people and repositories on GitHub

How to use:

User search:

First, change the 'username' varible to the exact username of the person you want to search. Then, paste a

print(get_github_user_stats(username))

into your code. After that, run the code and it will show you user stats that include:

  • Users name
  • Users bio
  • Number of public repositories the user has
  • Follower count
  • Following count

Repository basic stats:

First, change the 'username' varible to the exact username of the person who owns the repository you want to look up. Then, change the 'repo_name' variable to the exact name of the repository. After your done that, add a

print(get_github_repo_stats(username, repo_name))

to your code, and it will log these repository stats to the console:

  • Name of the repository
  • Description of the repository
  • How many stars the repository has
  • How many forks have been made
  • And a count of open issues

Repository advanced stats:

First, change the 'username' varible to the exact username of the person who owns the repository you want to look up. Then, change the 'repo_name' variable to the exact name of the repository. Add a

print(get_github_repo_stats_extended(username, repo_name))

Run the code and you will get the repository's:

  • Name
  • Description
  • Amount of stars
  • Amout of forks
  • Open Issue count
  • Watchers count
  • Language
  • License
  • Date created
  • Date repositroy was pushed at
  • URL to clone repository
  • Repository size
  • Default branch
  • Network count

That is so far all that it can do, more features will be added, so follow for updates

gitstats's People

Contributors

hunterh1218 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.