Get an answer to a question from multiple backend engine like Google, wolframalpha or DuckDuckGo
PythonGPL-3.0
answer-of-everything
Synopsis
A search engine to ask all kind of questions, where you can set the priority of the different search engines. If the first engine does not find an answer, it will lookup the next engine.
You can choose between metric (default) or imperial
option
no
You can chose between spoken_answer (default) or short_answer. With spoken_answer you get a full sentence back if available, otherwise it returns a short_answer
Google engine
parameter
required
comments
google
yes
Duckduckgo engine
parameter
required
comments
duckduckgo
yes
Returned values
name
description
wolfram_answer
Answer found on wolfram alpha
google_answer
Answer found on google
duckduckgo_answer
Answer found on duckduckgo
NoAnswerFound
No Answer found, returns the question
Synapse example for all three engines (The order you define the engine is the order which Kalliope will try to get the answer, in this example it will try to get a answer first from wolfram_alpha then google and last duckduckgo)