Files
unpoller/tools/endpoint-discovery/requirements.txt
brngates98 6be9312a1a Add tools/endpoint-discovery for controller API discovery
- Python script (Playwright) that logs in to UniFi controller and captures
  XHR/fetch requests to /api and /proxy/ endpoints
- Writes API_ENDPOINTS_HEADLESS_<date>.md in tool directory (easy for users)
- Helps debug 404s (e.g. device-tags #935): users can run and share output
- Optional, read-only; not required for building or running unpoller
2026-01-30 19:52:40 -05:00

4 lines
71 B
Plaintext

playwright>=1.49.0
# Optional: for .env support
# python-dotenv>=1.0.0