🌐 Language
English
| Simplified Chinese
| Traditional Chinese
| Japanese
| Korean
| Hindi
| Thai
| French
| German
| Spanish
| Italian
| Russian
| Portuguese
| Dutch
| Polish
| Arabic
| Persian
| Turkish
| Vietnamese
| Indonesian
| Assamese
Alist-MikananiRss
Automatically fetch anime updates from Mikan Project or other anime-related RSS feeds and offline download them to the corresponding cloud drive via Alist
Combined with ChatGPT to analyze resource names and rename resources into a format that can be parsed by Emby.
---
Features
- Automatically fetch anime updates and download them to the corresponding cloud drive
- Send update notifications via PushPlus, Telegram, and other channels
- Automatically rename to emby-recognizable formats, and also support custom remapping for automatically parsed results to make renaming more accurate
Preparation
- Please deploy Alist yourself according to the Alist project documentation (version must be >=3.42.0), and set up Aria2/qBittorrent for offline downloading
- Register for a Mikan Project account, subscribe to anime, and obtain the subscription link
How to Use
For Docker, source code operation, and more running methods, see the User GuideRunning via pip installation
- Please make sure your Python version is above 3.11
- Install via pip:
pip install alist-mikananirss - Create a new
config.yamlconfiguration file in the directory and fill in the configuration as follows (for a full-featured example, see Configuration Instructions)
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:
- 非合集 # 程序暂不支持合集等形式的重命名,若使用重命名功能推荐使用此过滤器
`
- Run the code:
python -m alist_mikananirss --config /path/to/config.yaml`
Renaming Effect Display
--- Tranlated By Open Ai Tx | Last indexed: 2025-12-23 ---