From cb6cff5bc739d408e183714fabdfcabe77cae746 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 15 Dec 2019 11:53:08 -0800 Subject: [PATCH] Google search: add comments explaining where to get $api_key and $cx values --- modules/g.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/g.pl b/modules/g.pl index 57bf2b3e..8d527a1f 100755 --- a/modules/g.pl +++ b/modules/g.pl @@ -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);