Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 750 Bytes

CONFIGURATION.md

File metadata and controls

31 lines (25 loc) · 750 Bytes

Configuration

Install GIT, NodeJS (v.20+) and PNPM.

git clone --depth 1 --branch <version> https://github.com/seiya-dev/terabox-node
cd terabox-node
pnpm i
pnpm link -g

Auth cookies

  1. Open your Terabox cloud.
  2. Login into account.
  3. Open the browser's developer tools (F12).
  4. Go to the "Application" tab.
  5. Select the "Cookies" item in the left panel.
  6. Look for the "ndus" cookie value and copy it to "config/.config.yaml".

For downloading files using tb-getdl and tb-getdl-share you need Aria2 RPC server

"config/.config.yaml" example

accounts:
  MainAcc: Y-DSDSD...
  SecondAcc: YDvrwD...
aria2:
  url: http://localhost:6800/jsonrpc
  secret: YOUR_ARIA2_RPC_SECRET