.oO SearXNG Developer Documentation Oo.
|
Functions | |
None | request (str query, "OnlineCurrenciesParams" params) |
EngineResults | response ("SXNG_Response" resp) |
Variables | |
dict | about |
str | engine_type = "online_currency" |
list | categories = ["currency", "general"] |
str | base_url = "https://duckduckgo.com/js/spice/currency/1/%(from_iso4217)s/%(to_iso4217)s" |
str | ddg_link_url = "https://duckduckgo.com/?q=%(from_iso4217)s+to+%(to_iso4217)s" |
int | weight = 100 |
Currency convert (DuckDuckGo)
None searx.engines.currency_convert.request | ( | str | query, |
"OnlineCurrenciesParams" | params ) |
Definition at line 32 of file currency_convert.py.
EngineResults searx.engines.currency_convert.response | ( | "SXNG_Response" | resp | ) |
Definition at line 36 of file currency_convert.py.
dict searx.engines.currency_convert.about |
Definition at line 13 of file currency_convert.py.
str searx.engines.currency_convert.base_url = "https://duckduckgo.com/js/spice/currency/1/%(from_iso4217)s/%(to_iso4217)s" |
Definition at line 26 of file currency_convert.py.
list searx.engines.currency_convert.categories = ["currency", "general"] |
Definition at line 24 of file currency_convert.py.
str searx.engines.currency_convert.ddg_link_url = "https://duckduckgo.com/?q=%(from_iso4217)s+to+%(to_iso4217)s" |
Definition at line 27 of file currency_convert.py.
str searx.engines.currency_convert.engine_type = "online_currency" |
Definition at line 23 of file currency_convert.py.
int searx.engines.currency_convert.weight = 100 |
Definition at line 29 of file currency_convert.py.