/github-statistics

Visualiza información de Github

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

github-statistics

Show statistics information from Github

Requirements

  • Python 2.7 or higher
  • django 1.10.0
  • requests package
  • sqlite3

Deploy for dev

Clone repo

$ git clone https://github.com/lalviarez/github-statistics.git

Create virtualenv

$ cd github-statistics
$ python -m virtualenv venv

Now activate virtualenv workspace.

$ source ./venv/bin/activate 

Upgrade pip

$ pip install --upgrade pip

Install django

$ pip install django~=1.10.0

Install requests package

$ pip install requests

Run migrations

$ python manage.py migrate

Run server

$ python manage.py runserver

In your browser go to url http://localhost:8000

... and have fun!