learning-dev / github-issue-counter

Flask App to track your Issues on Github.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-issue-counter

Web application takes an URL to github "issues" of the repo and gives out the

  • Total Number of Open Issues
  • Number of Issues Opened Today
  • Number of Issues Opened within a Week
  • Number of Issues Opened more than a week

Example Input URL - https://github.com/facebook/react/issues

Deployed App - http://139.162.62.78

This is application is built in Python using Flask and deployed on linode using a Ubuntu server running nginx and gunicorn.

To get started

git clone https://github.com/learning-dev/github-issue-counter

install the requirements

pip install -r requirements.txt

About

Flask App to track your Issues on Github.


Languages

Language:Python 79.6%Language:HTML 20.4%