Skip to content

Instantly share code, notes, and snippets.

@claydeck
claydeck / qb-ban-vampire.py
Last active February 23, 2023 10:24 — forked from Sg4Dylan/qb-ban-vampire.py
qBittorrent block vampire peers. qBittorrent 屏蔽吸血客户端.
#!/usr/bin/python3
# -*- coding: utf-8 -*-
# Author: Sg4Dylan -- <sg4dylan#gmail.com>
# Licence: GPLv3
import requests
import re
import json
import time