mirror of
https://github.com/searxng/searxng.git
synced 2026-05-08 02:13:51 +02:00
[feat] engines: add artstation engine (#5728)
- use proper Brave API with api_key for search Co-authored-by: Bnyro <bnyro@tutanota.com>
This commit is contained in:
committed by
Markus Heiser
parent
da9c0815ac
commit
8e824017dc
@@ -1,5 +1,3 @@
|
||||
.. _brave engine:
|
||||
|
||||
=============
|
||||
Brave Engines
|
||||
=============
|
||||
@@ -9,5 +7,26 @@ Brave Engines
|
||||
:local:
|
||||
:backlinks: entry
|
||||
|
||||
Brave offers two different engines for SearXNG:
|
||||
|
||||
1. The standard engine (``brave``) uses the web interface.
|
||||
2. The API engine (``braveapi``) uses the official REST API.
|
||||
|
||||
.. _brave engine:
|
||||
|
||||
Brave Standard Engine
|
||||
---------------------
|
||||
|
||||
.. automodule:: searx.engines.brave
|
||||
:members:
|
||||
:members:
|
||||
|
||||
.. _braveapi engine:
|
||||
|
||||
Brave API Engine
|
||||
----------------
|
||||
|
||||
.. automodule:: searx.engines.braveapi
|
||||
:members:
|
||||
|
||||
The API engine requires an API key from Brave. This can be obtained from the
|
||||
`API Dashboard <https://api-dashboard.search.brave.com/>`_.
|
||||
|
||||
Reference in New Issue
Block a user