Automatically fetch anime updates from the Mikan Project's RSS feed and offline download them to the cloud drive through Alist.
Project description
Alist-MikananiRss
从蜜柑计划或其他动漫番剧相关的RSS订阅源中自动获取番剧更新并通过Alist离线下载至对应网盘
并结合使用ChatGPT分析资源名,将资源重命名为Emby可解析的格式。
功能
- 自动获取番剧更新并下载至对应网盘
- 通过PushPlus, Telegram等渠道发送更新通知
- 自动重命名为emby可识别格式,同时支持对自动解析的结果进行自定义重映射,让重命名结果更准确
准备工作
- 请自行参照Alist项目文档部署Alist(版本须>=3.42.0),并搭建好Aria2/qBittorrent离线下载
- 自行注册蜜柑计划账户,订阅番剧,获取订阅链接
附:对其余RSS订阅源也作了一定适配,理论上支持绝大多数订阅源(番剧相关),对于未能支持的RSS,也欢迎上交issue
如何使用
Docker,源码运行等更多的运行方法详见使用文档
使用pip安装运行
- 请确保你的python版本在3.11以上
- 使用pip安装:
pip install alist-mikananirss
- 在目录下新建一个
config.yaml
配置文件,并填写配置文件如下(完整功能示例详解见配置说明)common: interval_time: 300 alist: base_url: https://example.com # 修改为你的alist访问地址 token: alist-xxx # 修改为你的alist token;可在"管理员后台->设置->其他"中找到 downloader: qBittorrent # 或者 aria2 download_path: Onedrive/Anime # 修改为你的下载路径(Alist中的路径) mikan: subscribe_url: - https://mikanani.me/RSS/MyBangumi?token=xxx # 修改为你的蜜柑订阅地址 # - https://mikanani.me/RSS/MyBangumi?token=xxx2 # 多条RSS订阅链接情况 filters: - 非合集 # 程序暂不支持合集等形式的重命名,若使用重命名功能推荐使用此过滤器
- 运行代码:
python -m alist_mikananirss --config /path/to/config.yaml
- Enjoy
重命名效果展示
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
alist_mikananirss-0.5.4.tar.gz
(197.6 kB
view details)
Built Distribution
File details
Details for the file alist_mikananirss-0.5.4.tar.gz
.
File metadata
- Download URL: alist_mikananirss-0.5.4.tar.gz
- Upload date:
- Size: 197.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1af137ec94b182147286f2f47c32f411714077fb690eff390aab06b7739ba4f1 |
|
MD5 | eb65130f72756030a3982ad265470ce2 |
|
BLAKE2b-256 | 36ab907a83609968d4b057c79940a89cb12337be8ef3173633effee2a1c36bdb |
File details
Details for the file alist_mikananirss-0.5.4-py3-none-any.whl
.
File metadata
- Download URL: alist_mikananirss-0.5.4-py3-none-any.whl
- Upload date:
- Size: 53.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c36b9ed005dedb8cf3ad816585fe3efe08cf37940e09466c7f68e015cf8e3ee |
|
MD5 | 77bd6317e8837cfc24b706b5ccca264a |
|
BLAKE2b-256 | cf1da82e7150e55a557ec5f1ee6b824e67d600006a64c410ad96135cf5e5f77c |