A command line tool written in Go, tracks open issues informations from repository. Using this github api, please note repository should be opensource otherwise we need to use KEY.
https://developer.github.com/v3/search/#search-issues.
Simply clone this repository and run following command.
go build main.go
./main <repo:golang/go is:open json decoder>