blob: 68c36ab4c4af6342e1dc8a3a440dca1092552c81 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# oistos
A search engine redirector.
Redirects all calls to `localhost:5005/search/query` to a random search engine (listed in `search_engines.csv`). Also supports shortcodes to choose a specific engine (e.g. `!ddg test`).
This server is particularly useful for interacting with your browser's search bar.
TODO:
- [ ] Use priority to determine chance of each search engine
|