Skip to content

r0ld3x/terabox-app

Repository files navigation

Terabox Downloader

terabox-app

Demo

🛠️ Installation Steps:

1. Download latest version of nodejs

2. Download this repo

3. Unzip and open terminal in that folder

4. Download requirement's

npm i

5. Rename .env.example to .env and fill it

COOKIE="PANWEB=1; csrfToken=; lang=en; TSID=; __bid_n=; _ga=; __stripe_mid=; ndus=; browserid==; ndut_fmt=; _ga_06ZNKL8C2E="
# COOKIE FOR AUTHENTICATION (get from chrome dev tools), Dont use current one

Get terabox cookie:

  1. Login in terabox with premium account
  2. Open any terabox link and watch the video below
how.to.get.terabox.cookie.mp4

6. Run the development server

npm run dev

7. Open http://localhost:3000 with your browser to see the result.

🍰 Guidelines:

Use at own risk. I am not responsible for break of any Terms and conditions of any companies and businesses.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.