Skip to content

Commit

Permalink
Add some more queries to the search part
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Sep 10, 2012
1 parent f6b6fe0 commit 6464ae4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions targets.pl
Expand Up @@ -12,10 +12,11 @@
my $inc = 10; my $inc = 10;
my $offset = 0; my $offset = 0;
my $max = 100; my $max = 100;
@queries = ("blob/master/readme.md site:github.com", @queries = ("readme.md site:raw.github.com",
"settings.py site:github.com", "settings.py site:raw.github.com",
"readme.txt site:github.com", "readme.txt site:raw.github.com",
"readme.md site:github.com"); "readme.pod site:raw.github.com",
"hmac php site:raw.github.com");
foreach my $query (@queries) { foreach my $query (@queries) {
while ($offset < $max) { while ($offset < $max) {
my $search = Bing::Search->new(); my $search = Bing::Search->new();
Expand Down

0 comments on commit 6464ae4

Please sign in to comment.