A simple nodejs server and Cloudflare Worker script to convert bilibili search suggestions to opensearch format.
(I made this for Listary network searching.)
Server Version:
- Clone this repo
- Run
npm install
- Run
npm start
Worker Version:
Simply copy&paste contents in worker.js to your worker.
You can use Cloudflare Worker or Vorker to deploy this script.
HTTP GET:
http(s)://<your-domain-and-path-here>/?query=<your-query-here>
No license. Do whatever you want.