asciimoo 24b2141981 [doc] install notes II. преди 11 години
examples [enh] examples added преди 11 години
searx [enh] license informations преди 11 години
.gitignore [enh] initial commit преди 11 години
LICENSE [enh] license informations преди 11 години
README.md [doc] install notes II. преди 11 години
requirements.txt [enh] initial commit преди 11 години
searx.conf_sample [enh] sample config преди 11 години

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