Metadata-Version: 2.4
Name: autoflix-cli
Version: 0.1.3
Summary: Stream movies, series, and anime in French (VF & VOSTFR) directly from your terminal. Inspired by ani-cli.
Project-URL: Homepage, https://github.com/PaulExplorer/autoflix-cli
Project-URL: Repository, https://github.com/PaulExplorer/autoflix-cli.git
Author: PaulExplorer
License: MIT
License-File: LICENSE
Keywords: VF,VOSTFR,anime,autoflix,movies,series
Requires-Python: >=3.9.2
Requires-Dist: beautifulsoup4>=4.14.3
Requires-Dist: curl-cffi>=0.13.0
Requires-Dist: flask>=3.1.2
Requires-Dist: html5lib>=1.1
Requires-Dist: jsbeautifier>=1.15.4
Requires-Dist: readchar>=4.2.1
Requires-Dist: rich>=14.2.0
Description-Content-Type: text/markdown

# Autoflix 🍿

> Watch movies, series, and anime in French (VF & VOSTFR) directly from your terminal.

**Autoflix** is a CLI inspired by `ani-cli`. It scrapes links from popular streaming sites (**Coflix** and **Anime‑Sama**) to let you stream content without opening a browser.

## ✨ Features

- 🎬 Movies & Series from Coflix
- ⛩️ Latest anime from Anime‑Sama
- 🇫🇷 VF & VOSTFR selection
- 🚫 No ads, no trackers
- ⚡ Lightweight and fast

## 🚀 Installation

### With **uv** (recommended)

```bash
uv tool install autoflix-cli
```

### With **pip**

```bash
pip install autoflix-cli
```

> **Note:** You need an external media player such as **MPV** or **VLC** installed.

## 💻 Usage

```bash
autoflix
```

Follow the interactive menu to select a provider, search for a title, choose a stream, and launch it with your preferred player.

## 🛠️ Development

```bash
# Clone the repository
git clone https://github.com/PaulExplorer/autoflix-cli.git
cd autoflix-cli

# Install in editable mode
pip install -e .
```

## 📜 License

This project is licensed under the MIT License.

## ⚠️ Disclaimer

This project is for **educational purposes only**. The developer does not host any content. Please support the original creators by purchasing official releases when available.
