Skip to content

Instantly share code, notes, and snippets.

View mylylyl's full-sized avatar
🎯
Focusing

Aiden mylylyl

🎯
Focusing
View GitHub Profile
@mylylyl
mylylyl / tag.py
Last active December 3, 2023 03:57
qbittorrent script to apply tag and upload rate automatically based on tracker url
import sys
import qbittorrentapi
sites = {
"zhuque.in": {
"up": 6500000, # 6.5 MBps
"tag": "ZhuQue"
},
}