logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Bot::BasicBot::Pluggable::Module::Google - searches Google for terms and spellings

Author

       Mario Domgoergen <mdom@cpan.org>

       This  program  is  free  software;  you can redistribute it and/or modify it under the same terms as Perl
       itself.

perl v5.40.0                                       2024-08-24             Bot::BasicBot::...:Module::Google(3pm)

Irc Usage

       google <terms>
           Returns Google hits for the terms given.

       spell <term>
           Returns a Google spelling suggestion for the term given.

Name

       Bot::BasicBot::Pluggable::Module::Google - searches Google for terms and spellings

Requirements

Vars

       To set module variables, use Bot::BasicBot::Pluggable::Module::Vars.

       google_key
           A valid Google API key is required for lookups.

       languages
           Defaults to 'en'; a space-separated list of language restrictions.

       num_results
           Defaults to 3; the number of Google search results to return (maximum 10).

       require_addressing
           Defaults to 1; whether you need to address the bot for Google searches.

Version

       version 1.30

See Also