Fetches most active repositories for a given event & time range on GitHub utilizing the GitHub Archive project.
git clone git@github.com:jesalg/gh_repo_stats.git
cd gh_repo_stats
rake install
Command Line
gh_repo_stats [--after DATETIME] [--before DATETIME] [--event EVENT_NAME] [--count COUNT]
Usage Example
$ gh_repo_stats --after 2012-11-01T13:00:00Z --before 2012-11-02T03:12:14-03:00 --event PushEvent
Sample Output
sakai-mirror/melete - 168 events
runningforworldpeace/feeds - 103 events
chapuni/llvm-project-submodule - 98 events
chapuni/llvm-project - 98 events
Frameset91/untitled0815 - 94 events
josmera01/juanrueda-internation - 78 events
artmig/artmig.github.com - 76 events
mozilla/mozilla-central - 69 events
bcomdlc/bcom-homepage-archive - 68 events
sakai-mirror/ambrosia - 68 events
Run this to execute the test suite
rspec spec
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request