2023-12-20 09:28:38 +00:00
|
|
|
a cute metasearch engine
|
2023-12-20 23:45:16 +00:00
|
|
|
|
|
|
|
it sources from google, bing, brave, and a few others.
|
|
|
|
|
2024-01-15 02:35:36 +00:00
|
|
|
there's a demo instance at https://s.matdoes.dev, but don't use it as your
|
2024-01-15 02:43:39 +00:00
|
|
|
default or rely on it, please (so i don't get ratelimited by google).
|
2024-01-15 02:35:36 +00:00
|
|
|
|
2023-12-20 23:45:16 +00:00
|
|
|
it's written in rust using no templating engine and with as little client-side
|
|
|
|
javascript as possible.
|
|
|
|
|
2024-01-03 07:48:02 +00:00
|
|
|
metasearch2 is a single binary with no cli, configuration file, or database.
|
|
|
|
if you want to configure it (like to change the default port or weights of
|
|
|
|
engines) then you have to modify the source.
|
2023-12-20 23:45:16 +00:00
|
|
|
|
2024-01-15 02:29:53 +00:00
|
|
|
build it with `cargo b -r`, the resulting binary will be at
|
2023-12-21 04:18:43 +00:00
|
|
|
`target/release/metasearch2`. it runs on port 28019.
|
2024-01-15 02:29:53 +00:00
|
|
|
|
2024-03-24 06:57:20 +00:00
|
|
|
note that metasearch2 is primarily made for myself, so only features i actually
|
|
|
|
use will be merged. however i highly encourage you to fork it to add features
|
|
|
|
you want, and in fact that would make me very happy. also, the code is public
|
|
|
|
domain so you do absolutely whatever you want with it.
|
|
|
|
|
|
|
|
here's a probably incomplete list of maintained forks that add new features:
|
2024-04-05 23:02:19 +00:00
|
|
|
- https://github.com/mrcbax/metasearch2/tree/seo_spam
|
2024-03-24 06:57:20 +00:00
|
|
|
- https://git.shrecked.dev/Shrecknt/metasearch
|
|
|
|
|