An open API service indexing awesome lists of open source software.

https://github.com/r0ld3x/terabox-app

A nextjs app for getting download link of a terabox.com links. :)
https://github.com/r0ld3x/terabox-app

downloader nextjs terabox terabox-app terabox-bypass terabox-direct-links-generator terabox-downloader terabox-downloader-bot terabox-nextjs terabox-video-downloader-bot terabox-website typescript vercel

Last synced: 3 months ago
JSON representation

A nextjs app for getting download link of a terabox.com links. :)

Awesome Lists containing this project

README

          

Terabox Downloader

![terabox-app](https://socialify.git.ci/r0ld3x/terabox-app/image?description=1&font=KoHo&forks=1&issues=1&language=1&name=1&owner=1&pattern=Circuit%20Board&pulls=1&stargazers=1&theme=Dark)

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

```bash
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

https://github.com/r0ld3x/terabox-downloader-bot/assets/77254818/1b68e6ae-715f-4778-845e-4b696762ea93

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:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!

## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.