Go to file
Mark Cotton a26ef602fa docker-izing it so it can be deployed 2023-07-14 12:06:57 -05:00
EagleEyev3 slowly making it more better 2023-07-14 10:48:14 -05:00
static loading up status events 2023-07-14 08:26:06 -05:00
templates slowly making it more better 2023-07-14 10:48:14 -05:00
.gitignore wiring up basic flask routing with server sessions back on filesystem 2023-07-13 23:00:37 -05:00
Dockerfile docker-izing it so it can be deployed 2023-07-14 12:06:57 -05:00
Playground.ipynb uses my_applications in developer portal to configure callbacks 2023-07-07 16:58:50 -05:00
README.md Update 'README.md' 2023-07-14 16:41:16 +00:00
app.py slowly making it more better 2023-07-14 10:48:14 -05:00
docker-compose.yaml docker-izing it so it can be deployed 2023-07-14 12:06:57 -05:00
requirements.txt docker-izing it so it can be deployed 2023-07-14 12:06:57 -05:00
startup.sh docker-izing it so it can be deployed 2023-07-14 12:06:57 -05:00
tests.py added some additional methods, and ChatGPT tests 2023-05-29 16:33:44 -05:00
wsgi.py docker-izing it so it can be deployed 2023-07-14 12:06:57 -05:00

README.md

EE-status-v3

Summary

This is a python webapp for getting status history for your cameras.

Settings File

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.

Ideas on how to use

I encluded an example Flask server in app.py. You can run it locally with python flask run -p 3333 --debug

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.