pip3 install flexget #安装flexget
which flexget #查询 FlexGet 安装位置,例如位置为 /usr/local/bin/flexget
flexget -V #查看flexget版本
mkdir /root/.flexget #创建.flexget目录
nano /root/.flexget/config.yml # 创建及更改config.yml内容
mkdir ~/.flexget/plugins && cd ~/.flexget/plugins && wget https://github.com/Juszoe/flexget-nexusphp/releases/download/v1.4/nexusphp.py #创建plugins目录,下载nexusphp插件
flexget web passwd Peterpt@pt311%s #设置web ui 后台密码 为 Peterpt@pt311%s
flexget daemon start --daemonize #开启 webui 后台运行
web_server:
bind: 0.0.0.0
port: 3539
web_ui: yes
schedules:
- tasks: [Test]
interval:
minutes: 5 #每5分钟R一次种子
templates:
qb:
qbittorrent:
path: /home/你设置的username/qbittorrent/Downloads/
host: 你盒子的Ipv4地址
port: 8080
username: 用户名
password: 密码
# 任务
tasks:
Test:
rss: 站点RSS链接
url:
other_fields: [link]
nexusphp:
cookie: '站点的cookie'
hr: no
content_size: #这里我筛选20G到300G的种子
min: 20000
max: 307200
strict: no
template: qb
qbittorrent:
label: Test # QB里设置category为Test
maxupspeed: 100000 #设置限速100MB/s 针对有上传限速的网站