Cooren is an open-source, high-performance, and scalable scraping engine designed to collect, organize, and deliver structured data from across the world of anime, movies, manga, and music.
Developed and maintained by CoorenLabs.
Install Bun.
git clone https://github.com/CoorenLabs/CoorenLabs.git
cd CoorenLabs
bun install
bun run dev # or bun run hot
bun run build:bun # Optimized for Bun
bun run build:node # Compile to Node
src/providers/<name>/
├── route.ts
├── <name>.ts
└── types.ts
import Elysia from "elysia";
import { FlixHQ } from "./flixhq";
export const flixhqRoutes = new Elysia({ prefix: "/flixhq" })
.get("/home", async () => await FlixHQ.home())
.get("/search/:query", async ({ params: { query } }) => await FlixHQ.search(query));
bun run test
bun run lint
bun run lint:fix
This project is licensed under the GPL-3.0 License.
$ claude mcp add CoorenLabs \
-- python -m otcore.mcp_server <graph>