{"id":19601604,"url":"https://github.com/tensoraws/animepipeline","last_synced_at":"2025-02-26T15:29:03.873Z","repository":{"id":258715245,"uuid":"872448544","full_name":"TensoRaws/AnimePipeline","owner":"TensoRaws","description":"auto encode new anime episode","archived":false,"fork":false,"pushed_at":"2024-10-14T13:05:31.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-20T09:22:24.628Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TensoRaws.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-10-14T13:05:31.000Z","updated_at":"2024-10-17T14:53:00.000Z","dependencies_parsed_at":"2024-10-20T18:48:44.439Z","dependency_job_id":null,"html_url":"https://github.com/TensoRaws/AnimePipeline","commit_stats":null,"previous_names":["tensoraws/animepipeline"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TensoRaws%2FAnimePipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TensoRaws%2FAnimePipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TensoRaws%2FAnimePipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TensoRaws%2FAnimePipeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TensoRaws","download_url":"https://codeload.github.com/TensoRaws/AnimePipeline/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240879801,"owners_count":19872428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-11T09:19:05.805Z","updated_at":"2025-02-26T15:29:03.850Z","avatar_url":"https://github.com/TensoRaws.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# AnimePipeline\n\nauto encode new anime episode, driven by [**FinalRip**](https://github.com/TensoRaws/FinalRip)\n\n[![codecov](https://codecov.io/gh/TensoRaws/AnimePipeline/graph/badge.svg?token=CtgLouRy8u)](https://codecov.io/gh/TensoRaws/AnimePipeline)\n[![CI-test](https://github.com/TensoRaws/AnimePipeline/actions/workflows/CI-test.yml/badge.svg)](https://github.com/TensoRaws/AnimePipeline/actions/workflows/CI-test.yml)\n[![CI-test-cli](https://github.com/TensoRaws/AnimePipeline/actions/workflows/CI-test-cli.yml/badge.svg)](https://github.com/TensoRaws/AnimePipeline/actions/workflows/CI-test-cli.yml)\n[![Docker Build CI](https://github.com/TensoRaws/AnimePipeline/actions/workflows/CI-docker.yml/badge.svg)](https://github.com/TensoRaws/AnimePipeline/actions/workflows/CI-docker.yml)\n[![Release](https://github.com/TensoRaws/AnimePipeline/actions/workflows/Release.yml/badge.svg)](https://github.com/TensoRaws/AnimePipeline/actions/workflows/Release.yml)\n[![PyPI version](https://badge.fury.io/py/animepipeline.svg)](https://badge.fury.io/py/animepipeline)\n![GitHub](https://img.shields.io/github/license/TensoRaws/AnimePipeline)\n\n### Architecture\n\n![AnimePipeline](https://raw.githubusercontent.com/TensoRaws/.github/refs/heads/main/animepipeline.png)\n\n### Installation\n\nFinalRip is required, if you don't familiar with it, please play with it first.\n\nPython 3.9 or higher is required, we use poetry to manage dependencies.\n\nbtw, `make` is required to run the commands in the `Makefile`.\n\n```bash\npoetry install\nmake run\n```\n\nor you can use docker to run the project, see [docker-compose.yml](./deploy/docker-compose.yml) for more details.\n\n### CLI\n\nsome useful command line tools are provided, you can use them to rename or generate some info\n\n```\npip install animepipeline\nap-rename -h\nap-btf -h\n```\n\n### Configuration\n\n#### Server Config:\n\n- loop interval: the interval of the loop, default is 200s\n- _download path_: the path to save the downloaded torrent file, if you use docker, you should mount the volume to the container, then use the path in the container. like `/downloads`\n- telegram bot token \u0026 channel id: your own bot token and channel id\n\n#### RSS Config:\n\nsupports hot reloading, which means you can update your config without needing to restart the service.\n\nyou should provide the compatible params and scripts in the [params](./conf/params) and [scripts](./conf/scripts) folder.\n\n**the file name will be used as the key**\n\n- base: the default settings, can be overridden in the rss list\n- link: the rss link, make sure it's a valid rss link\n- pattern: to match the episode(int), use regex\n\n### Reference\n\n- [**FinalRip**](https://github.com/TensoRaws/FinalRip)\n- [FFmpeg](https://github.com/FFmpeg/FFmpeg)\n- [VapourSynth](https://github.com/vapoursynth/vapoursynth)\n- [asyncio](https://docs.python.org/3/library/asyncio.html)\n- [httpx](https://github.com/encode/httpx)\n- [qbittorrent](https://github.com/qbittorrent/qBittorrent)\n- [qbittorrent-api](https://github.com/rmartin16/qbittorrent-api)\n- [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot)\n\n### License\n\nThis project is licensed under the GPL-3.0 license - see the [LICENSE file](https://github.com/TensoRaws/AnimePipeline/blob/main/LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftensoraws%2Fanimepipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftensoraws%2Fanimepipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftensoraws%2Fanimepipeline/lists"}