Stremio Bootstrapper Addons 🎉
res.json( id: "com.example.configurable-bootstrapper", version: "2.0.0", name: "Configurable Bootstrapper", description: Installs $set addon set , resources: [], types: [], catalogs: [], addons ); );
const express = require('express'); const app = express(); const ADDON_SETS = basic: [ "https://torrentio.strem.fun/manifest.json", "https://opensubtitlesv3.strem.fun/manifest.json" ], full: [ "https://torrentio.strem.fun/manifest.json", "https://cyberflix.strem.fun/manifest.json", "https://opensubtitlesv3.strem.fun/manifest.json", "https://realdebrid.strem.fun/manifest.json" ] ; stremio bootstrapper addons
transportUrl: "https://torrentio.strem.fun/manifest.json", transportName: "http" , res.json( id: "com.example.configurable-bootstrapper"
const PORT = process.env.PORT || 7000; app.listen(PORT, () => console.log( Bootstrapper running on http://localhost:$PORT ); ); You can accept query parameters to modify the list of bootstrapped addons. name: "Configurable Bootstrapper"
Example: ?include=debrid