Skip to content

Instantly share code, notes, and snippets.

@xNihil0
xNihil0 / qB_updatesecure.py
Last active March 28, 2022 06:07
U2 更新种子 securekey (qBittorrent)
#!/usr/bin/python3
# -*- coding: utf-8 -*-
import qbittorrentapi
import json
import requests
import time
import sys
# 运行过程中遇到部分种子更新失败是正常现象, 请多次运行至所有种子均已更新完成
@tongyifan
tongyifan / u2.py
Last active September 2, 2021 01:54
U2更新种子securekey(qBittorrent)
#!/usr/bin/python3
# -*- coding: utf-8 -*-
# 0. 免责:仅在本人的qBittorrent v4.1.8上测试通过,本人不承担任何责任
# 1. 安装依赖: pip3 install requests python-qbittorrent
# 2. 修改代码开头的apikey和qbittorrent_config
# 3. 运行: python3 u2.py
# 4. 等待运行完成
import time
@littleya
littleya / delugeAutoDelete.py
Last active February 20, 2024 00:39
u2@share
# -*- coding:utf-8 -*-
# !/usr/bin/env python3
'''
Author: ayasakinagi
Email: xyz.wang@outlook.com
环境: Python3
依赖: deluge_client
使用: 修改host, port, username, password, limitSize, dataPath变量