{"id":37071879,"url":"https://github.com/haxsysgit/autopahe","last_synced_at":"2026-01-14T08:26:27.281Z","repository":{"id":175784484,"uuid":"653316080","full_name":"haxsysgit/autopahe","owner":"haxsysgit","description":"Automatically download all your favorite anime from AnimePahe","archived":false,"fork":false,"pushed_at":"2026-01-11T19:14:17.000Z","size":763,"stargazers_count":21,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-01-11T20:26:07.140Z","etag":null,"topics":["anime","automation","python","scraping","web"],"latest_commit_sha":null,"homepage":"https://animepahe.si/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haxsysgit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-06-13T20:27:38.000Z","updated_at":"2026-01-11T19:14:21.000Z","dependencies_parsed_at":"2025-12-01T09:06:21.862Z","dependency_job_id":null,"html_url":"https://github.com/haxsysgit/autopahe","commit_stats":null,"previous_names":["haxsysgit/autopahe"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/haxsysgit/autopahe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haxsysgit%2Fautopahe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haxsysgit%2Fautopahe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haxsysgit%2Fautopahe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haxsysgit%2Fautopahe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haxsysgit","download_url":"https://codeload.github.com/haxsysgit/autopahe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haxsysgit%2Fautopahe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28413958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:16:59.381Z","status":"ssl_error","status_checked_at":"2026-01-14T08:13:45.490Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anime","automation","python","scraping","web"],"created_at":"2026-01-14T08:26:26.599Z","updated_at":"2026-01-14T08:26:27.273Z","avatar_url":"https://github.com/haxsysgit.png","language":"Python","readme":"\u003c!-- Badges --\u003e\n[![PyPI version](https://badge.fury.io/py/autopahe.svg)](https://pypi.org/project/autopahe/)\n[![License](https://img.shields.io/github/license/haxsysgit/autopahe?color=brightgreen)](https://github.com/haxsysgit/autopahe/blob/main/license.md)\n[![Windows](https://img.shields.io/badge/Windows-0078D6?logo=windows)](https://github.com/haxsysgit/autopahe/)\n[![macOS](https://img.shields.io/badge/macOS-000000?logo=apple)](https://github.com/haxsysgit/autopahe/)\n[![Linux](https://img.shields.io/badge/Linux-FCC624?logo=linux\u0026logoColor=black)](https://github.com/haxsysgit/autopahe/)\n\n# AutoPahe\n\n\u003e **Download and stream anime from AnimePahe**\n\nSearch, download, and stream anime episodes. Cross-platform (Windows, Mac, Linux).\n\n## 🚀 Installation\n\n**From PyPI (recommended):**\n```bash\npip install autopahe\nautopahe --setup\n```\n\n**From source:**\n```bash\ngit clone https://github.com/haxsysgit/autopahe.git\ncd autopahe\npip install -r requirements.txt\nplaywright install chromium\n```\n\n## 📖 Usage\n\n```bash\n# Search for anime\nautopahe -s \"anime name\"\n\n# Download episode 1\nautopahe -s \"anime name\" -i 0 -d 1\n\n# Download episodes 1-12\nautopahe -s \"anime name\" -i 0 -md 1-12\n\n# Stream episode 1\nautopahe -s \"anime name\" -i 0 -st 1\n```\n\n### More Options\n```bash\n# Different quality (360, 480, 720, 1080)\nautopahe -s \"anime name\" -i 0 -d 1 -p 1080\n\n# Parallel downloads\nautopahe -s \"anime name\" -i 0 -md 1-12 --workers 3\n\n# English dub (if available)\nautopahe -s \"anime name\" -i 0 -d 1 --dub\n\n# Stream with specific player\nautopahe -s \"anime name\" -i 0 -st 1 --player vlc\n```\n\n## ⚙️ Configuration\n\n```bash\n# Edit config\nautopahe config edit\n\n# Show config\nautopahe config show\n\n# Validate config\nautopahe config validate\n```\n\nConfig location:\n- **Windows**: `%APPDATA%\\autopahe\\config.ini`\n- **Linux/Mac**: `~/.config/autopahe/config.ini`\n\n## 📚 Collection Management\n\n```bash\n# View collection stats\nautopahe --collection stats\n\n# Organize downloaded files\nautopahe --collection organize\n\n# Find duplicates\nautopahe --collection duplicates\n```\n\n## 🎬 Supported Players\n\nVLC, MPV, MPC-HC, MPC-BE (Windows), Iina (macOS), SMPlayer, Celluloid (Linux)\n\n## 📜 License\n\nMIT License - see [LICENSE](license.md)\n\n## 🆘 Help\n\n[GitHub Issues](https://github.com/haxsysgit/autopahe/issues) | [Discussions](https://github.com/haxsysgit/autopahe/discussions)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaxsysgit%2Fautopahe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaxsysgit%2Fautopahe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaxsysgit%2Fautopahe/lists"}