Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 754 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 754 Bytes

Bilibili-DL Worker

Worker for bilibili-dl

Features

  • Free, and open-source 💰
  • Fast ✨

Deploy

Local-deploy

  1. Install NodeJS, and pnpm.
  2. You need to clone this project, type git clone https://github.com/hansputera/bilibili-dl-worker.git bili-worker
  3. Go to cloned directory, type cd bili-worker
  4. Install dependencies, type pnpm install
  5. Configure environments, type cp .env.schema .env, don't forget to fill REDIS_URL in .env file with your redis connection URL.
  6. Build project source-code, type pnpm run build or tsc -p tsconfig.json
  7. Run it, type node dist/index.js

Contributors

License

MIT