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

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

Awesome Lists containing this project

README

          

# CocoStream 🌐🚀
![CocoStream Images](https://github.com/user-attachments/assets/fda24b5b-b94f-4062-86e6-2b7698019c1c)

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 🖼️
![Image](https://github.com/user-attachments/assets/f53b1274-54b5-4fb7-9200-e9856c5d591d)

## 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.