I have generated a github access token. I've tried to access the repos from pygithub and also github api v3, stuff was fine.
Now using github3 I cannot access my private repos. I am using python(I know that you know).
repos = github3.login(token=get_github_token()).repositories_by('myusername')
Code structure feels like I am trying to access some one else's private repos. Its not the same way in pygithub. In pygithub you can get your own repos without passing the username.