-
Notifications
You must be signed in to change notification settings - Fork 117
Home
IvonWei edited this page Jul 11, 2022
·
76 revisions
为qBittorrent用户打造的FlexGet插件,支持删种/辅种/筛选免费种子/自动签到等功能
这原本是一个 Flexget 的 qBittorrent插件,因为懒得开新项目,已经变成大杂烩了
这个大杂烩是为了实现我自己需求的全自动化,只为能用就好,并没有想着朝简单易用的方向发展。
如果以下项目已经完全够用了,就不需要往下看了,PT吧内有很详尽的教程。用复杂的方式解决简单的需求并不值得。
- 辅种: ledccn/IYUUAutoReseed
- 删种: jerrymakesjelly/autoremove-torrents
- 筛选免费种子: Juszoe/flexget-nexusphp
- 自动签到: binux/qiandao
参考:
-
IYUUAutoReseed:https://github.com/ledccn/IYUUAutoReseed
-
qBittorrent-Web-API:https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-(qBittorrent-4.1)
- qBittorrent > 4.3.2
- Flexget > 3.1.115 (python-telegram-bot==12.8 chardet baidu-aip pillow pandas matplotlib fuzzywuzzy python-Levenshtein)
- Python >= 3.9
- 下载插件 master
- 在Flexget的 config 文件夹下新建 plugins 文件夹
- 将所有的 .py 文件 与 ptsites 文件夹 解压至 plugins 下
- 若启用了Web-UI或守护进程,则重启flexget重新加载配置
- https://github.com/madwind/Docker-flexget
- 运行image-builder\build.sh 生成镜像
flexget:
image: madwind/flexget
container_name: flexget
environment:
# 请保证密码足够复杂
FG_WEBUI_PASSWD: 12nfo34ivc043iv9
PUID: 1000
PGID: 1000
FG_LOG_LEVEL: INFO
TZ: Asia/Shanghai
volumes:
- <path for config files>:/config
- <path for data files>:/downloads
ports:
- "3539:3539"