You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/README.md

27 lines
819 B
Markdown

searx
=====
A hackable [metasearch engine](https://en.wikipedia.org/wiki/Metasearch_engine) respecting privacy.
### Features
* Tracking free
11 years ago
* Modular (see [examples](https://github.com/asciimoo/searx/blob/master/examples))
* Parallel queries
* Supports json output `curl -d 'format=json' -d 'q=searx' http://searx.0x2a.tk/`
* Opensearch support (you can set as default search engine in your browser)
* Search categories
* User-agent forwarding
### Installation
11 years ago
* clone source: `git clone git@github.com:asciimoo/searx.git && cd searx`
* install dependencies: `pip install -r requirements.txt`
* edit your [searx/settings.py](https://github.com/asciimoo/searx/blob/master/searx/settings.py) (set your `secret_key`!)
11 years ago
* run `python searx/webapp.py` to start the application
### TODO
* Better ui
* Language support