https://github.com/rozhakxd/cocostream
https://github.com/rozhakxd/cocostream
asynchronous cocobox file-downloader funpavo link-converter python quart tailwindcss web-application
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rozhakxd/cocostream
- Owner: RozhakXD
- License: mit
- Created: 2025-01-08T14:33:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-10T12:30:53.000Z (over 1 year ago)
- Last Synced: 2025-01-10T13:28:20.834Z (over 1 year ago)
- Topics: asynchronous, cocobox, file-downloader, funpavo, link-converter, python, quart, tailwindcss, web-application
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CocoStream 🌐🚀

Simplify your link conversion with **CocoStream**, an intuitive and powerful web application designed to convert Cocobox links into downloadable URLs. Built using **Quart** for the backend, it delivers fast, lightweight, and asynchronous performance.
## Features ✨
- 🖼️ **Modern UI**: Clean and responsive design for a seamless user experience.
- 🔄 **Real-Time Processing**: Asynchronous backend ensures smooth and efficient operations.
- 🚀 **Fast Conversion**: Quickly transform CocoBox links into downloadable URLs.
- 🌙 **Dark Mode**: Optimized for comfortable usage in both light and dark environments.
## Project Structure 📂
```
CocoStream
├── app.py # Main application file
├── requirements.txt # Python dependencies
├── static # Static files (CSS, JS, images)
│ ├── css
│ │ └── style.css
│ ├── images
│ │ └── favicon.ico
│ └── js
│ └── script.js
├── templates # HTML templates
│ └── index.html
└── utils # Utility functions
└── helper.py
```
## Requirements 📋
Ensure you have the following installed:
- **Python 3.7+** 🐍
- **Quart** 🧩
Install dependencies with:
```bash
pip install -r requirements.txt
```
## Getting Started 🛠️
1. **Clone the repository**:
```bash
git clone https://github.com/RozhakXD/CocoStream.git
cd CocoStream
```
2. **Install dependencies**:
```bash
pip install -r requirements.txt
```
3. **Run the application**:
```bash
python app.py
```
4. **Access the app**: Open your browser and go to `http://127.0.0.1:5000`.
## How It Works ⚙️
1. **Paste Your Link**: Enter your CocoBox link in the input field.
2. **Convert**: Click the "**Convert Link**" button.
3. **Download**: Receive a downloadable URL instantly.
## Screenshots 🖼️

## Built With 🛠️
- **TailwindCSS** - For beautiful and responsive designs
- **[Quart](https://quart.palletsprojects.com/)** - A Python web microframework
## ❤️ Support Us
If you love this project and want to support its development, consider buying us a coffee or leaving a tip:
- [☕ Trakteer](https://trakteer.id/rozhak_official/tip)
- [💸 PayPal](https://paypal.me/rozhak9)
- [🎁 Saweria](https://saweria.co/rozhak9)
## License 📜
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.