summaryrefslogtreecommitdiff
path: root/searx/engines/tineye.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2022-01-25 16:37:18 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2022-01-28 09:06:44 +0100
commitb7f74fbe42f54ebd60aeeed77312bcb4c4d63f76 (patch)
tree1002157f316a17d3c6ead8cbacbd0b72862f4c0d /searx/engines/tineye.py
parent880555e2637a3517fefdda77edb1dbe75ee7f066 (diff)
downloadsearxng-b7f74fbe42f54ebd60aeeed77312bcb4c4d63f76.tar.gz
searxng-b7f74fbe42f54ebd60aeeed77312bcb4c4d63f76.zip
[mod] tineye - add some documentation
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/engines/tineye.py')
-rw-r--r--searx/engines/tineye.py14
1 files changed, 13 insertions, 1 deletions
diff --git a/searx/engines/tineye.py b/searx/engines/tineye.py
index e8e45fac4..302aea326 100644
--- a/searx/engines/tineye.py
+++ b/searx/engines/tineye.py
@@ -1,6 +1,17 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
# lint: pylint
-"""Tineye - Reverse search images
+"""This engine implements *Tineye - reverse image search*
+
+Using TinEye, you can search by image or perform what we call a reverse image
+search. You can do that by uploading an image or searching by URL. You can also
+simply drag and drop your images to start your search. TinEye constantly crawls
+the web and adds images to its index. Today, the TinEye index is over 50.2
+billion images `[tineye.com] <https://tineye.com/how>`_.
+
+.. hint::
+
+ This SearXNG engine only supports *'searching by URL'* and it does not use
+ the official API `[api.tineye.com] <https://api.tineye.com/python/docs/>`_.
"""
@@ -11,6 +22,7 @@ from datetime import datetime
about = {
"website": 'https://tineye.com',
"wikidata_id": 'Q2382535',
+ "official_api_documentation": 'https://api.tineye.com/python/docs/',
"use_official_api": False,
"require_api_key": False,
"results": 'JSON',