Get your person Github access token from "Settings -> Developer settings -> Personal access tokens".
Run the following script to fetch the tickets
export TOKEN={YOUR_TOKEN}
ruby get.rb
Render
ruby -run -e httpd . -p 5000
# visit localhost:5000
Ref