Worker for bilibili-dl
- Free, and open-source 💰
- Fast ✨
- Install NodeJS, and pnpm.
- You need to clone this project, type
git clone https://github.com/hansputera/bilibili-dl-worker.git bili-worker
- Go to cloned directory, type
cd bili-worker
- Install dependencies, type
pnpm install
- Configure environments, type
cp .env.schema .env
, don't forget to fillREDIS_URL
in .env file with your redis connection URL. - Build project source-code, type
pnpm run build
ortsc -p tsconfig.json
- Run it, type
node dist/index.js
- @hansputera - creator
MIT