From a80bf1ba9779ffaa0651d365dff1508aabf4931f Mon Sep 17 00:00:00 2001 From: Pierre Chevalier Date: Wed, 17 Mar 2021 16:43:09 +0100 Subject: [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/ --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f8d6359c4..ca32fa6b1 100644 --- a/Makefile +++ b/Makefile @@ -194,6 +194,7 @@ PYLINT_FILES=\ searx/engines/meilisearch.py \ searx/engines/solidtorrents.py \ searx/engines/solr.py \ + searx/engines/springer.py \ searx/engines/google_scholar.py \ searx/engines/yahoo_news.py \ searx/engines/apkmirror.py \ -- cgit v1.2.3