Metadata-Version: 2.4
Name: rpirate
Version: 0.1.0
Summary: A full stack torrent streaming app to get you free movies.
Author: Miles Hilliard
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: Flask
Requires-Dist: python-vlc
Requires-Dist: PyYAML
Requires-Dist: requests
Requires-Dist: tpblite

# PiRate v3.0

Stream your favorite movies and TV shows for free.

PiRate is a modern, mobile-friendly web interface that wraps The Pirate Bay (TPB) and the qBittorrent API to provide a seamless, Netflix-like streaming experience from your couch. 

> **Disclaimer:** This software is an interface for third-party APIs and torrent sites. The creator of this software is not responsible for any content downloaded, hosted, or distributed. Please use a VPN and use responsibly in accordance with your local laws.

## Features

- **Cinematic UI:** Beautiful, responsive dark-mode interface optimized for mobile and desktop.
- **Dynamic Content:** Browse trending and genre-specific movies fetched directly via the YTS API.
- **Virtual Remote:** Control playback directly from your smartphone with a sleek web remote.
- **Live Downloads:** Monitor and manage your active torrents with real-time progress.

## Quick Start

### 1. Prerequisites
Ensure you have the following installed:
- [Python 3](https://www.python.org/downloads/)
- [VLC Media Player](https://www.videolan.org/vlc/)
- [qBittorrent](https://www.qbittorrent.org/)
- A reliable VPN (e.g., [Proton VPN](https://protonvpn.com))

### 2. Installation
```sh
git clone https://github.com/syntaxerror019/pirate-three.git
cd pirate-three
pip install -r requirements.txt
```

### 3. Usage
Make sure qBittorrent is running in the background, then start the PiRate server:
```sh
python3 main.py
```
Open your browser and navigate to `http://localhost:3000`.

## Contributing
Issues and Pull Requests are always welcome!
