asciimoo 1b3712c189 [enh] settings.py added пре 11 година
examples [enh] engine types пре 11 година
searx [enh] settings.py added пре 11 година
.gitignore [enh] settings.py added пре 11 година
LICENSE [enh] license informations пре 11 година
README.md [doc] todo updates пре 11 година
requirements.txt [enh] initial commit пре 11 година
searx.conf_sample [enh] sample config пре 11 година

README.md

searx

A hackable metasearch engine respecting privacy.

Features

  • Tracking free
  • Modular (see examples)
  • Parallel queries
  • Supports json output curl -d 'format=json' -d 'q=searx' http://searx.0x2a.tk/
  • Opensearch support (you can set as default search engine in your browser)
  • Search categories

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
  • Language support