paulolimac / repo-compare

Simple lib to compare github repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

repo-compare

Simple lib to compare github repositories

WIP

This projects is under development!

About

This is a simple project to compare repositories from Github, based on repository data. For now, the program compare only:

  • Stars
  • Forks
  • Watchers
  • Created at
  • Updated at
  • Pushed at

Instructions

  • Clone the repository:
$ git clone https://github.com/feliperuhland/repo-compare.git
$ cd repo-compare
  • Execute python file:
$ ./compare -h
  • Compare repositories
$ ./compare.py mitsuhiko/flask django/django tornadoweb/tornado
mitsuhiko/flask   : [++    ] 2
django/django     : [+++   ] 3
tornadoweb/tornado: [+     ] 1
  • Test:
$ python -m unittest discover -s tests -v

About

Simple lib to compare github repositories

License:MIT License


Languages

Language:Python 100.0%