mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 20:09:43 +01:00
Google search: add comments explaining where to get $api_key and $cx values
This commit is contained in:
parent
6fcfe4572a
commit
cb6cff5bc7
@ -10,8 +10,8 @@ use strict;
|
||||
use WWW::Google::CustomSearch;
|
||||
use HTML::Entities;
|
||||
|
||||
my $api_key = '';
|
||||
my $cx = '';
|
||||
my $api_key = ''; # https://developers.google.com/custom-search/v1/overview
|
||||
my $cx = ''; # https://cse.google.com/all
|
||||
|
||||
my ($nick, $arguments, $matches);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user