igoraj / Unifi-Python-API

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

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

License:MIT License


Languages

Language:Python 100.0%