No Description

asciimoo ad7c83e3f6 [mod] code formatting 11 years ago
examples d2d0fddc43 [enh] example engine update 11 years ago
searx ad7c83e3f6 [mod] code formatting 11 years ago
.gitignore 459a35c1c6 [enh] engines.cfg gitignored 11 years ago
LICENSE 554f3a95b3 [enh] license informations 11 years ago
README.md fa6b980edd [doc] features mods 11 years ago
engines.cfg_sample c16b9729b6 [enh] suggestions @ yahoo engine 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)
  • Configurable search engines/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

  • Moar engines
  • Better ui
  • Language support
  • Documentation
  • Pagination
  • Search suggestions
  • Tests

Bugs

Bugs or suggestions? Visit the issue tracker.