EE-status-v3/README.md

13 lines
663 B
Markdown
Raw Normal View History

2023-07-14 16:41:16 +00:00
# EE-status-v3 #
2023-05-18 15:40:02 +00:00
## Summary ##
2023-07-14 16:41:16 +00:00
This is a python webapp for getting status history for your cameras.
2023-05-18 15:40:02 +00:00
## Settings File ##
2023-07-14 16:41:16 +00:00
There is file `settings.py` that is needed to run. You can create your application and setup credentials at: [https://developerv3.eagleeyenetworks.com/page/my-application-html](my applications). You can also reach out to api_support@een.com for help.
2023-05-18 16:19:14 +00:00
## Ideas on how to use ##
2023-07-14 16:41:16 +00:00
I encluded an example Flask server in `app.py`. You can run it locally with `python flask run -p 3333 --debug`
2023-05-18 16:19:14 +00:00
2023-07-14 16:41:16 +00:00
It uses server sessions to track your instance of the EagleEyev3 class but doesn't have any other storage. It uses the API as the source of truth.