drdhaval2785 / github_issue_backup

a script to backup github issues
0 stars 0 forks source link

Downloading issues > 100 #38

Closed drdhaval2785 closed 8 years ago

drdhaval2785 commented 8 years ago

Earlier the script was set to have per_page issue listing of 1000. It sufficed for most of the repositories.

But recently, Github API seem to have set maximun per_page listing to hundred (100).

So, we need to work out a way by which we can traverse and scrape the full list of issues. traversing guideline may help.

drdhaval2785 commented 8 years ago

Now it is functioning, but not fully

drdhaval2785 commented 8 years ago

https://github.com/drdhaval2785/github_issue_backup/commit/c0a0d96edb959701578ca2e07afe1d49827980af closed this