nelsonic / github-scraper

🕷 🕸 crawl GitHub web pages for insights we can't GET from the API ... 💡
432 stars 96 forks source link

Add 'code_search' function. #66

Closed IvanGoncharov closed 8 years ago

IvanGoncharov commented 8 years ago

Functionality that we discussed in #56 Based on this I implemented scrapper that search through entire Github and also get more than 1000 results. This is impossible to do through official API.

IvanGoncharov commented 8 years ago

I read article explaining why they made this limitation: https://developer.github.com/changes/2013-10-18-new-code-search-requirements So I decide that it better not to share this publicly, if someone really need this feature it matter of half a day to write it.