Live data from Hacker News

Code Search API

github.com

21–24 of 24 posts

Re: Code Search API

#21

To me, Github search is kinda useless. When I search for anything Android related (i.e. usage search for some framework type), I get a billion copies of the main Android source. The signal to noise ratio is almost 0..

You can filter the repo results by their number of stars and forks.

Re: Code Search API

#22
Interesting. Will have to look into integrating this with searchcode.com

My biggest issue with github search is it still has issues with searches like $i++ as it will not match something like for(i=0;i++;ihttp://searchcode.com/?q=i%2B%2B vs https://github.com/search?q=i%2B%2B&type=Code&ref=searchresu...

Re: Code Search API

#24
post #18
post #7

Earlier quoted context omitted.

I'm not sure I want automated bots contacting me through github.

Malicious bots don't care if there is an API. They can screen scrape easily.

I'm sure malicious bots do try to mass message repository owners through Github. It's called spam and every platform over a certain size experiences it. I expect Github already has measures in place to block it.
Post reply on HN