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. :)
- Host: GitHub
- URL: https://github.com/r0ld3x/terabox-app
- Owner: r0ld3x
- Created: 2023-08-10T14:45:19.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T07:31:56.000Z (over 2 years ago)
- Last Synced: 2024-04-18T04:58:17.648Z (about 2 years ago)
- Topics: 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
- Language: TypeScript
- Homepage: https://terabox-app.vercel.app
- Size: 206 KB
- Stars: 72
- Watchers: 3
- Forks: 68
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Terabox Downloader

Demo
🛠️ Installation Steps:
1. Download latest version of nodejs
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.