No Description

asciimoo 24b2141981 [doc] install notes II. 11 years ago
examples 26c9c0e8be [enh] examples added 11 years ago
searx 554f3a95b3 [enh] license informations 11 years ago
.gitignore ae9fb1d7dc [enh] initial commit 11 years ago
LICENSE 554f3a95b3 [enh] license informations 11 years ago
README.md 24b2141981 [doc] install notes II. 11 years ago
requirements.txt ae9fb1d7dc [enh] initial commit 11 years ago
searx.conf_sample aa3d63159e [enh] sample config 11 years ago

README.md

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