asciimoo d7f383d7ea [enh] todo updated hace 11 años
examples [enh] engine types hace 11 años
searx [enh] result ordering and deduplication hace 11 años
.gitignore [enh] initial commit hace 11 años
LICENSE [enh] license informations hace 11 años
README.md [enh] todo updated hace 11 años
requirements.txt [enh] initial commit hace 11 años
searx.conf_sample [enh] sample config hace 11 años

README.md

searx

Minimalist web interface to different search engines.

Features

  • Tracking free (no javascript)
  • Modular (see examples)
  • Parallel queries

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 searx/webapp.py to start the application

TODO

  • Better ui
  • Image search
  • Language support