update code to use GitHub API
Closed this issue · 2 comments
fernandogelin commented
functions that interact with GitHub should interact with GitHub using the official API. There's a python package that streamlines that. See PyGitHub
fernandogelin commented
@andrew-leith when refactoring the functions to use the GitHub API, use the request
library instead of urllib2
. requests
is newer, more powerful, and works with python 3.
fernandogelin commented
closed.