Metadata-Version: 2.4
Name: anipy-server
Version: 0.1.6
Summary: A modern, self-hosted anime scrapper and streaming server.
Home-page: https://github.com/nfs-tech-bd/anipy-server
Author: B14CK-KN1GH7
Author-email: nafisfuad340@gmail.com
Project-URL: Documentation, https://github.com/nfs-tech-bd/anipy-server#readme
Project-URL: Source, https://github.com/nfs-tech-bd/anipy-server
Project-URL: SERVER, https://anipy.fun
Keywords: anime,server,streaming,web,self-hosted,media,scrapper,animepahe-scrapper
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Topic :: Multimedia :: Video :: Display
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: bs4
Requires-Dist: lxml
Requires-Dist: jinja2
Requires-Dist: requests
Requires-Dist: selenium
Requires-Dist: undetected-chromedriver
Requires-Dist: python-dotenv
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<p align="center">
  <img src="https://placehold.co/600x120?text=anipy-server" alt="anipy-server logo"/>
</p>
<p align="center">
  <img src="https://raw.githubusercontent.com/nfs-tech-bd/anipy-server/refs/heads/main/Screenshot%202025-07-29%20114255.png" width="800" height="400" alt="Anipy Server Screenshot">
</p>

<h1 align="center">🎥 Anipy Server</h1>
<p align="center">
  <strong>Ad-free anime streaming & downloads, powered by <a href="https://animepahe.ru">AnimePahe</a> and FavtAPI</strong><br>
  <a href="https://anipy.fun">🌐 Visit Live Site</a>
</p>
<p align="center">
  <b>A modern, self-hosted anime info and streaming server</b><br/>
  <a href="https://pypi.org/project/anipy-server/"><img src="https://img.shields.io/pypi/v/anipy-server.svg?style=flat-square" alt="PyPI version"></a>
  <img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="License">
  <img src="https://img.shields.io/badge/python-3.7%2B-blue.svg?style=flat-square" alt="Python Version">
</p>
---

## 🚀 What is Anipy Server?
**Anipy Server** is your gateway to anime without ads. Enjoy ultra-fast streaming and direct downloads from AnimePahe — all through a blazing FastAPI backend. It’s modern, lightweight, and open-source, so you can deploy it anywhere and tweak it to your liking!

---

## ✨ Features

- 🎬 **Stream & Download Anime — 100% Ad-Free**
- 🏎️ **Ultra-fast & Async API** (FastAPI + Uvicorn)
- 🔍 **Powerful Search** (AnimePahe scrapper)
- 📥 **Direct Download Links** for all episodes
- ☁️ **Easy Deployment** (VPS, cloud, or locally)
- 🛠️ **Customizable & Open Source Frontend**
- 🚦 **MIT Licensed** — free for everyone!

---

## ⚡ Quick Start

### 1️⃣ Install
```bash
pip install anipy-server
```

### 2️⃣ Run
```bash
anipy
```

Your server starts at:
```
http://YOUR-SERVER-IP:8000 or http://localhost:8000
```

---

## 🔥 API Endpoints

| Method | Endpoint                        | Description                       |
|--------|---------------------------------|-----------------------------------|
| GET    | `/`                             | Welcome message                   |
| GET    | `/anime/search?q=naruto`        | Search anime by keyword           |
| GET    | `/anime/{id}`                   | Get anime details + episodes      |
| GET    | `/anime/{id}/{ep}`              | Get streaming & download links    |

---

## 💡 Contribute

We 💜 new ideas! Fork, hack, and submit PRs — or just open an issue to suggest a feature. Join us to build something awesome together.

---

## ⭐ Support & Spread the Word!

Loved Anipy Server? Give us a **⭐ Star** on GitHub, share with friends, and help us grow!  
Questions or feedback? [Open an Issue](https://github.com/nfs-tech-bd/anipy-server/issues) — we respond fast!

---

## 🛡️ License

Licensed under the [MIT License](LICENSE) — use, modify, and share freely.

---

<p align="center">
  <sub>
    Made with ❤️ by <a href="https://github.com/nfs-tech-bd">nfs-tech-bd</a> · <a href="https://anipy.fun">anipy.fun</a>
  </sub>
</p>
