Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 743 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 743 Bytes

Unifi-Python-API

Conversion of the Unifi Shell API to python3 using Requests and Re

Requirements:

  • Python 3.6
  • requests >= 2.18.4
  • typing >= 3.6.4

Aim

Deliver a "lightweight" easy to understand python api for the Unifi controller.
The api is based off the following:

Enhancements

  • Filter devices (regex)
  • Order devices by a key, defaults to '_id'

Credits

This Api is based on the work done by the following developers: