JadedTuna / gitrepo

Lightweight Pythonista utility to easily download repos, releases and gists from GitHub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incomplete repo list for some usernames

cclauss opened this issue · comments

Steps to reproduce:

  • Run app
  • Put kennethreitz in username
  • Tap Browse repos
  • requests (and many other repos) are not in the repo list

@cclauss, looks like it is something (maybe a bug?) in the github API. If you take a look at this page, you may notice that it doesn't have requests and many other repos. I am going to read some more API docs, and will try to figure out how to solve this. If you have any ideas, please tell me :)

@cclauss, I managed to fix the issue. It was a pagination problem :)