Search plugin for Sopel IRC bots
Releases are hosted on PyPI, so after installing Sopel, all you need is pip
:
$ pip install sopel-search
If you want users to be able to fetch query suggestions from Google using the
.gsuggest
command, you will need the gsuggest
extra:
$ pip install sopel-search[gsuggest]
The easiest way to configure sopel-search
is via Sopel's configuration
wizard—simply run sopel-plugins configure search
and enter the values for
which it prompts you. Available settings are:
-
region
: Set this to the primary geographical region of your bot's users, using one of the values from https://duckduckgo.com/paramsSetting this correctly may improve the relevance of both search results and query suggestions using
.suggest
. -
safesearch
: Controls SafeSearch filtering of.search
results; one of 'on', 'moderate', and 'off'.