Skip to content

Instantly share code, notes, and snippets.

@Sg4Dylan
Sg4Dylan / qb-ban-vampire.py
Last active April 9, 2025 15:59
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