Metadata-Version: 2.4
Name: autoflix-cli
Version: 0.4.10
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: m3u8>=6.0.0
Requires-Dist: platformdirs>=4.0.0
Requires-Dist: pycryptodome>=3.23.0
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**, **French-Stream** and **Anime‑Sama**) to let you stream content without opening a browser.

> ⚠️ **Warning:** This project was developed very quickly with heavy use of AI. The main goal was functionality over code cleanliness or optimization. I apologize for the "spaghetti code", I just wanted it to work!

## ✨ Features

- 🎬 Movies & Series from Coflix & French-Stream
- ⛩️ 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 .
```

## 📚 Credits

This project uses logic adapted from the following open-source projects:

- [Anime-Sama-Downloader](https://github.com/SertraFurr/Anime-Sama-Downloader) by [SertraFurr](https://github.com/SertraFurr) - Implementation of the `embed4me` stream extraction.
- [cloudstream-extensions-phisher](https://github.com/phisher98/cloudstream-extensions-phisher) by [phisher98](https://github.com/phisher98) - Implementation of the `Veev` stream extraction.

## 📜 License

This project is licensed under the GPL-3 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.
