Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 341 Bytes

File metadata and controls

9 lines (8 loc) · 341 Bytes

unifi_access_unlocker

Unlock Unifi Access doors using their own API that is not documented.

Usage

  1. Create a Python venv using: python3 -m venv venv
  2. Activate created venv: source venv/bin/activate
  3. Import requirements.txt: pip3 install -r requirements.txt
  4. Run script: python3 interactive.py
  5. Profit!