Go to file
asciimoo 0531706287 [enh][mod] template refactor 2013-10-17 01:53:52 +02:00
examples [enh] engine types 2013-10-15 19:11:43 +02:00
searx [enh][mod] template refactor 2013-10-17 01:53:52 +02:00
.gitignore [enh] initial commit 2013-10-14 23:09:13 +02:00
LICENSE [enh] license informations 2013-10-15 00:33:18 +02:00
README.md [doc] feature list update 2013-10-17 00:53:59 +02:00
requirements.txt [enh] initial commit 2013-10-14 23:09:13 +02:00
searx.conf_sample [enh] sample config 2013-10-14 23:11:02 +02:00

README.md

searx

Minimalist web interface to different search engines.

Features

  • Tracking free (no javascript)
  • Modular (see examples)
  • Parallel queries
  • Supports json output curl -d 'format=json' -d 'q=searx' http://searx.0x2a.tk/

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