https://github.com/haxsysgit/autopahe
Automatically download all your favorite anime from AnimePahe
https://github.com/haxsysgit/autopahe
anime automation python scraping web
Last synced: 4 months ago
JSON representation
Automatically download all your favorite anime from AnimePahe
- Host: GitHub
- URL: https://github.com/haxsysgit/autopahe
- Owner: haxsysgit
- License: mit
- Created: 2023-06-13T20:27:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-11T19:14:17.000Z (4 months ago)
- Last Synced: 2026-01-11T20:26:07.140Z (4 months ago)
- Topics: anime, automation, python, scraping, web
- Language: Python
- Homepage: https://animepahe.si/
- Size: 745 KB
- Stars: 21
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: license.md
Awesome Lists containing this project
README
[](https://pypi.org/project/autopahe/)
[](https://github.com/haxsysgit/autopahe/blob/main/license.md)
[](https://github.com/haxsysgit/autopahe/)
[](https://github.com/haxsysgit/autopahe/)
[](https://github.com/haxsysgit/autopahe/)
# AutoPahe
> **Download and stream anime from AnimePahe**
Search, download, and stream anime episodes. Cross-platform (Windows, Mac, Linux).
## 🚀 Installation
**From PyPI (recommended):**
```bash
pip install autopahe
autopahe --setup
```
**From source:**
```bash
git clone https://github.com/haxsysgit/autopahe.git
cd autopahe
pip install -r requirements.txt
playwright install chromium
```
## 📖 Usage
```bash
# Search for anime
autopahe -s "anime name"
# Download episode 1
autopahe -s "anime name" -i 0 -d 1
# Download episodes 1-12
autopahe -s "anime name" -i 0 -md 1-12
# Stream episode 1
autopahe -s "anime name" -i 0 -st 1
```
### More Options
```bash
# Different quality (360, 480, 720, 1080)
autopahe -s "anime name" -i 0 -d 1 -p 1080
# Parallel downloads
autopahe -s "anime name" -i 0 -md 1-12 --workers 3
# English dub (if available)
autopahe -s "anime name" -i 0 -d 1 --dub
# Stream with specific player
autopahe -s "anime name" -i 0 -st 1 --player vlc
```
## ⚙️ Configuration
```bash
# Edit config
autopahe config edit
# Show config
autopahe config show
# Validate config
autopahe config validate
```
Config location:
- **Windows**: `%APPDATA%\autopahe\config.ini`
- **Linux/Mac**: `~/.config/autopahe/config.ini`
## 📚 Collection Management
```bash
# View collection stats
autopahe --collection stats
# Organize downloaded files
autopahe --collection organize
# Find duplicates
autopahe --collection duplicates
```
## 🎬 Supported Players
VLC, MPV, MPC-HC, MPC-BE (Windows), Iina (macOS), SMPlayer, Celluloid (Linux)
## 📜 License
MIT License - see [LICENSE](license.md)
## 🆘 Help
[GitHub Issues](https://github.com/haxsysgit/autopahe/issues) | [Discussions](https://github.com/haxsysgit/autopahe/discussions)