Skip to content

lioz3018/terabox-api-nt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terabox Open Source 🚀

This project is an open-source tool to help you access and stream files from Terabox links.

Features ✨

  • Flask API Server: Provides an API to fetch file information and generate download links.
  • Web UI: A user-friendly interface to search and play videos directly from Terabox links.

Getting Started 🏁

Prerequisites ⚙️

  • Python 3.6+
  • pip

How To Use

https://terabox-open-source.vercel.app/generate_file?url={teraboxlink}

Installation 🛠️

  1. Clone the repository:

    git clone https://github.com/ProKaiiddo/terabox-open-source
    cd Terabox-open-source
  2. Install the dependencies:

    pip install -r requirements.txt

Running the Flask API Server 🐍

  1. Start the Flask API server:

    python app.py

    The API server will run on http://192.168.58.5:5000.

Running the Watch Player (Web UI) 🌐

  1. Open terminal and navigate to the project directory.

  2. Start the web server:

    python -m http.server 8000
  3. Access the web UI in your browser at http://localhost:8000/public/.

Configuration ⚙️

The API server uses a config.json file for configuration. You can modify the mode and cookie values in this file.

Usage 💡

  1. Enter a Terabox URL in the search box.
  2. Click the "Search" button.
  3. If video files are found, they will be displayed in a list.
  4. Click the "Play" button to stream the video.
  5. Click the "Download" button to download the file.

License 📝

This project is open source and available for everyone to use.

Reporting Illegal Activity 🚨

If you find any illegal activity or content within this repository, please report it to hello.kaiiddo@gmail.com.

Issues and Errors 🐛

If you encounter any issues or errors, please create a request on https://github.com/DevAryanPro/Terabox-open-source/issues.

Thanks 🙏

Special thanks to Dapunta for the reference.

Owner & Developer 👨‍💻

  • @Kaiiddo

Social Media 📱

Languages Used 💻

  • Python 🐍
  • JavaScript 📜
  • HTML 🌐
  • CSS 🎨

About

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%