nelsonic / github-scraper

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

Code Search? #56

Open nelsonic opened 9 years ago

nelsonic commented 9 years ago

https://api.github.com/search/code?q=process.env+in:file+language:js+repo:newrelic/node-newrelic

IvanGoncharov commented 8 years ago

Hi @nelsonic,

First of all, thanks for great lib. I badly need this feature for my own project. So I started implementing it, do you have any recomendations? When I will have minimal prototype I will create PR.

nelsonic commented 8 years ago

What code do you want to search through? All of github or just a few repos? On 30 Dec 2015 00:37, "Ivan Goncharov" notifications@github.com wrote:

Hi @nelsonic https://github.com/nelsonic,

First of all, thanks for great lib. I badly need this feature for my own project. So I started implementing it, do you have any recomendation? When I will have minimal prototype I will create PR.

— Reply to this email directly or view it on GitHub https://github.com/nelsonic/github-scraper/issues/56#issuecomment-167905128 .

IvanGoncharov commented 8 years ago

All Github, I'm aware about Github API and it limitation. I need to find all files with particular extensions like https://github.com/search?utf8=%E2%9C%93&q=raml+in%3Apath+extension%3Araml search for all "*.raml" files.