No Description

asciimoo a8797839a1 [enh] request timeout added 11 years ago
examples d2d0fddc43 [enh] example engine update 11 years ago
searx a8797839a1 [enh] request timeout added 11 years ago
.gitignore 459a35c1c6 [enh] engines.cfg gitignored 11 years ago
LICENSE 554f3a95b3 [enh] license informations 11 years ago
README.md c4ae39c15e [doc] todo updates 11 years ago
engines.cfg_sample 43f5fcea80 [enh] urbandictionary xpath engine added 11 years ago
requirements.txt ae9fb1d7dc [enh] initial commit 11 years ago

README.md

searx

A privacy-respecting, hackable metasearch engine.

List of running instances.

Flattr searx

Features

  • Tracking free
  • Modular (see examples)
  • Parallel queries
  • Supports json output curl https://searx.0x2a.tk/?format=json&q=[query]
  • Opensearch support (you can set as default search engine in your browser)
  • Search categories
  • User-agent forwarding

Installation

  • clone source: git clone git@github.com:asciimoo/searx.git && cd searx
  • install dependencies: pip install -r requirements.txt
  • edit your searx/settings.py (set your secret_key!)
  • rename engines.cfg_sample to engines.cfg
  • run python searx/webapp.py to start the application

TODO

  • Better ui
  • Language support
  • Documentation
  • Pagination
  • Suggestions

Bugs

Bugs or suggestions? Visit the issue tracker.