compbiocore/refchef

update code to use GitHub API

Closed this issue · 2 comments

functions that interact with GitHub should interact with GitHub using the official API. There's a python package that streamlines that. See PyGitHub

@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.

closed.