mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled.
| examples | ||
| searx | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
| searx.conf_sample | ||
searx
Minimalistic web interface to different search engines.
Installation
- install dependencies:
pip install -r requirements.txt - clone source:
git clone git@github.com:asciimoo/searx.git && cd searx - create a config file:
cp searx.conf_sample search.conf - edit your config (set your
secret_key!) - run
python potion/webapp.pyto start the application