Desktop client application for Searx/SearXNG/searx-space

CYBERDEViL d1f5f99e3a Removed the 'enabled' property of searx-instace search-engines. 2 years ago
bin ad6ea1d512 Exit normal on CTRL+C 3 years ago
docs cb67c196f9 Update docs 3 years ago
locales ed9d4ced1b Update translations template file. 3 years ago
searxqt d1f5f99e3a Removed the 'enabled' property of searx-instace search-engines. 2 years ago
share 464b8aad33 Bumb version to 0.3 development. 3 years ago
utils da71ceee8c Fix .deb creation with stdeb 3 years ago
.editorconfig cbbbf746e3 Add .editorconfig 3 years ago
.gitignore 1d78f78de7 Added utils/gen_deb.sh for generating a Debian package; requires python3-stdeb 3 years ago
CHANGELOG.md 464b8aad33 Bumb version to 0.3 development. 3 years ago
COPYING e513d3ca86 initial 4 years ago
MANIFEST.in 7f3f0a220e Install README.md, CHANGELOG.md and COPYING 3 years ago
README.md b1e6713839 Update README.md screenshot 3 years ago
setup.py 9ae7a238c8 Fix setup.py when there are no .po files found (no locales). 3 years ago

README.md

SearX-Qt

Lightweight desktop application for SearX.

screenshot

About

Description

searx-qt is a lightweight desktop application that lets you search on public searx instances listed on https://searx.space.

Technically searx-qt is a client application that does magic with the searx API and searx-stats2 it's instances.json

For more detailed information about searx-qt see docs/index.rst or docs/index.html.

searx

Actual search requests will be made to a server running searx software, there are many public available. We call such servers 'instances'.

If you are not familiar with the searx project; you can checkout their page here: https://asciimoo.github.io/searx/ or https://searx.me/

searx-stats2

The searx-stats2 project lists public searx instances with statistics. The original instance is running at https://searx.space/. This is where searx-qt will request a list with instances when the update button is pressed.

License

GPLv3 (https://www.gnu.org/licenses/gpl-3.0.en.html)

Dependecies

name version license url
Python 3 PSFL https://docs.python.org/3/license.html
requests Apache 2 http://docs.python-requests.org/en/master/
PyQt5 GPLv3 https://www.riverbankcomputing.com/software/pyqt/intro
urllib3 MIT https://urllib3.readthedocs.io/

* Optional

name version license url desc
pysocks BSD https://github.com/Anorov/PySocks For socks proxy support