In PyGithub, the use of key, username, and password is moving towards deprecation. The user can now pass a token (https://github.com/settings/tokens) instead of the username. The current work around is to give the token for your project as the "user" variable, but this should at least be reflected in the docstring for jirahub.githubquery.GithubQuery().
In
PyGithub
, the use of key, username, and password is moving towards deprecation. The user can now pass a token (https://github.com/settings/tokens) instead of the username. The current work around is to give the token for your project as the "user" variable, but this should at least be reflected in the docstring for jirahub.githubquery.GithubQuery().