Skip to content

Archived using the Python client

Dominic Ford edited this page Dec 19, 2018 · 3 revisions

#Pi Gazing Python Client

Part of the Pi Gazing project is a Python client which can be used to access data in a Pi Gazing node (camera or central server) directly from your own Python code. This client accesses the same APIs (Application Programmer Interface) as used by the web interface, so anything you can do through the web UI can be done from your own code.

Documentation for this client, and the other Python modules in the project, is now hosted at http://pythonhosted.org/meteorpi_client/ - please use this as a reference. If there's something missing there or you have other feedback the best option at the moment is to create a new issue in our tracker.