
Security News
Researcher Exposes Zero-Day Clickjacking Vulnerabilities in Major Password Managers
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Grabs Github contribution statistics and presents it in an easily consumable format.
Details of the methods provided for accessing data can be found on RubyDoc.info
A script is provided that uses the module to provide an overview of your contributions:
# githubstats
Contribution data for akerl:
Today's score: 9
Current streak: 32
Longest streak: 32
High score: 50 on 2013-07-14
Quartile boundaries: [0, 3, 8, 12, 50]
▁▁▁▆▁▂▁▁▅▄▁▃▂▁▁▃▁▁▁▁▄▁▂▃█▇▃▁▃▃▂▁▃▂▁▁▁▁▁▁▂▁▁▁▁▂▂▁▃▁▂▁▆▃▂▂▁▁▁▅
The graph is generated using spark (https://github.com/holman/spark) if you have it installed.
Initializing a new Contributions object can be done as so:
require 'githubstats'
stats = GithubStats.new('akerl')
puts stats.data.today # Prints today's current score
The username is taken from the argument passed to .new(). If no username is provided, it will try to use Rugged (https://github.com/libgit2/rugged) to load the Github username from your git configuration. If Rugged isn't installed or no Github username is set, it falls back to the current session's user, pulled via ENV.
# whoami
akerl
# githubstats
Contribution data for akerl:
Today's score: 9
Current streak: 32
Longest streak: 32
High score: 50 on 2013-07-14
Quartile boundaries: [0, 3, 8, 12, 50]
▁▁▁▆▁▂▁▁▅▄▁▃▂▁▁▃▁▁▁▁▄▁▂▃█▇▃▁▃▃▂▁▃▂▁▁▁▁▁▁▂▁▁▁▁▂▂▁▃▁▂▁▆▃▂▂▁▁▁▅
# githubstats mikegrb
Contribution data for mikegrb:
Today's score: 0
Current streak: 0
Longest streak: 80
High score: 23 on 2013-09-08
Quartile boundaries: [0, 2, 5, 8, 23]
▁▁▂▂▂▁▁▁▁▃▁▁▄▁▁▁▄▂▁▂▄▁▁▂▄▃▂▁▁▁▁▁▄▃▁▁▁▁█▄▃▂▄▁▁▁▁▃▁▂▁▁▁▁▁▅▂▁▁▁
# head -2 .gitconfig
[github]
user = fly
# gem install rugged
Building native extensions. This could take a while...
Successfully installed rugged-0.21.4
1 gem installed
# githubstats
Contribution data for fly:
Today's score: 0
Current streak: 0
Longest streak: 37
High score: 28 on 2013-04-16
Quartile boundaries: [0, 3, 8, 12, 28]
▁▁▁▁▂▁▁▁▁▁▁▁▁▁▁▁▄▁▁▃▂▁▆▄▁▁▂▄▃▃▁▁▁▁▁▁▆▂▆▄▄▄▁▁▂█▁▄▆▂▁▄▄▄█▄▁▄▂▁
If you're using GitHub Enterprise, you can override the URL used by setting the GITHUB_URL environment variable or by passing the :url parameter when creating a GithubStats object.
gem install githubstats
GithubStats is released under the MIT License. See the bundled LICENSE file for details.
FAQs
Unknown package
We found that githubstats demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.