Skip to content

kvch/ghai

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GHAI

GitHub activity interface.

demo: here

Screenshots

Main page

Main page

Install

# get git, python, setuptools, virtualenv, unzip
sudo apt-get install git python python-setuptools python-virtualenv zip

# clone the repo
git clone git@github.com:asciimoo/ghai.git
cd ghai

# run install.sh
./install.sh

# edit your config
# register github app here: https://github.com/settings/applications/new (set callback url to http://your.domain/callback)
vi .ghairc

# start the application
./env/bin/python ghai/webapp.py

About

GitHub Activity Interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.8%
  • HTML 32.3%
  • Shell 5.4%
  • CSS 0.5%