Skip to main content

Avigilon Control Center API for Python

Project description

Avigilon Control Center API for Python

About

This package alows you to communicate with Avigilon Control Center (ACC) API. Before you can start using it, you need to send and email to integrations@avigilon.com and ask for your unique pair of user nonce and user key values. Only having those will you be able to communicate with ACC server instance.

Features

  • Login and get session
  • Get camera list

Currently limited functionality is available but it's easy to extend (contributions welcome!)

Usage

from accapi.client import AccClientFactory

factory = AccClientFactory("user_nonce", "user_key")
client = factory.login("http://acc_address", "username", "password")
cameras = client.get_cameras()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

accapi-0.0.2.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

accapi-0.0.2-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page