mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Re-added .google search result scraper and set it as the default again. Also added versioning to searches.yml as it was forgotten previously
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
# DO NOT CHANGE
|
||||
version: 1
|
||||
# Which engine should .search command
|
||||
# 'google' requires googleApiKey and google.searchId set in creds.yml
|
||||
# 'searx' requires at least one searx instance specified in the 'searxInstances' property below
|
||||
webSearchEngine: Google
|
||||
# 'google_scrape' - default. Scrapes the webpage for results. May break. Requires no api keys.
|
||||
# 'google' - official google api. Requires googleApiKey and google.searchId set in creds.yml
|
||||
# 'searx' - requires at least one searx instance specified in the 'searxInstances' property below
|
||||
webSearchEngine: Google_Scrape
|
||||
# Which engine should .image command use
|
||||
# 'google' requires googleApiKey and google.imageSearchId set in creds.yml
|
||||
# 'google'- official google api. googleApiKey and google.imageSearchId set in creds.yml
|
||||
# 'searx' requires at least one searx instance specified in the 'searxInstances' property below
|
||||
imgSearchEngine: Google
|
||||
# Which search provider will be used for the `.youtube` command.
|
||||
|
Reference in New Issue
Block a user