No description
Find a file
2026-05-07 09:41:49 -04:00
.gitignore Initial commit 2026-05-07 09:38:41 -04:00
deviceCheck.py Initial commit. 2026-05-07 09:40:00 -04:00
getMerakiNetworks.py Initial commit. 2026-05-07 09:40:00 -04:00
README.md Update README.md 2026-05-07 09:41:49 -04:00
requirements.txt Initial commit. 2026-05-07 09:40:00 -04:00

MerakiApiUtilities

.ENV file required to run both scripts.

ENV Variables:

API_KEY = Your Meraki API key to access your Meraki networks. SMTP_SERVER = Your outgoing SMTP mail server. SMTP_PORT = Your outgoing SMTP mail port. SMTP_EMAIL = Your outgoing SMTP email address. SMTP_PASS = Your outgoing SMTP email password.