aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 6d58109b0d155e2fa53d1acf7186f8ed0f7f9f45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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