aboutsummaryrefslogtreecommitdiff
path: root/README
blob: e3bace00795a1a85d6ba16c1468d27bd8724dae0 (plain)
1
2
3
4
5
6
7
8
9
10
I want to interact with github issues using python.

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

This code uses subprocess and curl.  It doesn't create a shell though,
so security risks are limited.

I welcome patches that replace using curl at the command-line with
something that either uses the pycurl, or something from the standard
library, or something like the requests or httplib2 libraries.