EE-status-v3/README.md

13 lines
741 B
Markdown
Raw Normal View History

2023-05-18 15:40:02 +00:00
# EagleEyev3 #
## Summary ##
This is a python package for working with the Eagle Eye Networks v3 API. It is all about syntatical sugar and making things a little nicer to work with.
## Settings File ##
There is file `settings.py` that is needed to run. Please reach out to api_support@een.com to get the necessary credentials.
2023-05-18 16:19:14 +00:00
## Ideas on how to use ##
I encluded an example Flask server in `server.py`. This shows how to wire it up to a login route and handle the callback.
You can also use this in a script by running in iPython in interactive mode `ipython -i server.py`. After you complete to login process, you can hit `CTRL-C` to stop the Flask server. You can then look at the `een` object to get all the instance variables.