This project is an open-source tool to help you access and stream files from Terabox links.
- 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.
- Python 3.6+
- pip
https://terabox-open-source.vercel.app/generate_file?url={teraboxlink}
-
Clone the repository:
git clone https://github.com/ProKaiiddo/terabox-open-source cd Terabox-open-source -
Install the dependencies:
pip install -r requirements.txt
-
Start the Flask API server:
python app.py
The API server will run on
http://192.168.58.5:5000.
-
Open terminal and navigate to the project directory.
-
Start the web server:
python -m http.server 8000
-
Access the web UI in your browser at
http://localhost:8000/public/.
The API server uses a config.json file for configuration. You can modify the mode and cookie values in this file.
- Enter a Terabox URL in the search box.
- Click the "Search" button.
- If video files are found, they will be displayed in a list.
- Click the "Play" button to stream the video.
- Click the "Download" button to download the file.
This project is open source and available for everyone to use.
If you find any illegal activity or content within this repository, please report it to hello.kaiiddo@gmail.com.
If you encounter any issues or errors, please create a request on https://github.com/DevAryanPro/Terabox-open-source/issues.
Special thanks to Dapunta for the reference.
- @Kaiiddo
- YouTube: YouTube Channel 📺
- Twitter: Twitter Profile 🐦
- LinkedIn: LinkedIn Profile 💼
- Telegram: Telegram Channel ✉️
- Python 🐍
- JavaScript 📜
- HTML 🌐
- CSS 🎨