summaryrefslogtreecommitdiff
path: root/crawl.pl
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-02-15 13:14:40 +0100
committerfranck cuny <franck@lumberjaph.net>2010-02-15 13:14:40 +0100
commit1337fef864e9b1493355bd0928c23dc71b4ceea4 (patch)
tree3ec19bb66ef870b3400e949076ffbabe3ad362fe /crawl.pl
parentget_average (diff)
parentupdate gexf (diff)
downloadgithub-explorer-1337fef864e9b1493355bd0928c23dc71b4ceea4.tar.gz
merge
Diffstat (limited to 'crawl.pl')
-rw-r--r--crawl.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl.pl b/crawl.pl
index 300cfd5..c1822fb 100644
--- a/crawl.pl
+++ b/crawl.pl
@@ -13,6 +13,7 @@ GetOptions(
'graph' => \my $graph,
'network' => \my $network,
'seed' => \my $seed,
+ 'stats' => \my $stats,
'conf=s' => \my $conf,
);
@@ -32,3 +33,4 @@ $gh->harvest_repo if $repo;
$gh->graph_repo if $network;
$gh->gen_graph if $graph;
$gh->gen_seed if $seed;
+$gh->stats_by_country if $stats;