Skip to content

Instantly share code, notes, and snippets.

@TheQue42
TheQue42 / purge_clients.py
Created February 29, 2020 08:31 — forked from shbatm/purge_clients.py
Purge Junk Unifi Clients
#!/usr/bin/env python3
import requests
from urllib.parse import urljoin
username = "REDACTED"
password = r"REDACTED"
cloud_key_ip = "192.168.1.2"
controller_port = 8443
site_name = "default"