pyup
pyup copied to clipboard
Support username:password logins
Currently you only accept a token, but for the version of github used internally this is not a valid login method (a username is also required).
Could you add an option to also specify a username with the token, I checked into pygithub and it already supports both username, password along with token.