diff options
| author | Pierre Chevalier <pierrechevaliergeol@gmail.com> | 2021-03-17 16:43:09 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-04-22 12:35:25 +0200 |
| commit | a80bf1ba9779ffaa0651d365dff1508aabf4931f (patch) | |
| tree | b2d5e6c3b2ad02ba63c4181c5a63057cf2fd3c6b /searx/settings.yml | |
| parent | 981cdb7acf4b7d90a596654c3f7c35c4ecec6eb8 (diff) | |
[enh] Add Springer Nature engine
Springer Nature is a global publisher dedicated to providing service to research
community [1] with official API [2].
To test this PR, first get your API key following this page:
https://dev.springernature.com/signup
In searx/engines/springer.py at line 24, add this API key. I left my own key,
commented out in the line aboce. Feel free to use it, if needed.
[1] https://www.springernature.com/
[2] https://dev.springernature.com/
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index e4c672507..8d336d32a 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -961,6 +961,16 @@ engines: # query_fields : '' # query fields # enable_http : True + - name : springer nature + engine : springer + # get your API key from: https://dev.springernature.com/signup + # api_key : "a69685087d07eca9f13db62f65b8f601" # working API key, for test & debug + # set api_key and comment out disabled .. + disabled: True + shortcut : springer + categories : science + timeout : 6.0 + - name : startpage engine : startpage shortcut : sp |