diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..68c36ab --- /dev/null +++ b/README.md @@ -0,0 +1,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 |