aboutsummaryrefslogtreecommitdiff
I want to interact with github issues using python.

I'm following these docs: http://developer.github.com/v3/issues/

This code uses the nifty requests library. You can get it with pip or
easy_install::

    pip install requests
    
or 

    easy_install requests