elegion / djangodash2013

Django Dash 2013 entry for team e-Legion
MIT License
1 stars 2 forks source link

Add all projects from github #2

Open saulshanabrook opened 10 years ago

glyuck commented 10 years ago

Nice idea! We have script that crawls repositories from github, using github search api. Unfortunately we can fetch only 1000 repositories this way. It's way too far from "all projects from github". And currently I have no idea how we can improve this.

saulshanabrook commented 10 years ago

Why only 1000? Can't you just call github.MainClass.Github.get_repos()?