Skip to content

learning-dev/github-issue-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published