Unlock Unifi Access doors using their own API that is not documented.
- Create a Python venv using:
python3 -m venv venv - Activate created venv:
source venv/bin/activate - Import requirements.txt:
pip3 install -r requirements.txt - Run script:
python3 interactive.py - Profit!