From 249114fe2df88f87002527740f74d774f3d59569 Mon Sep 17 00:00:00 2001 From: TVanteeffelen Date: Thu, 7 May 2026 09:44:24 -0400 Subject: [PATCH] Added information to top of file. --- getMerakiNetworks.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/getMerakiNetworks.py b/getMerakiNetworks.py index e6f7f87..ef46c95 100644 --- a/getMerakiNetworks.py +++ b/getMerakiNetworks.py @@ -1,3 +1,8 @@ +## COPYRIGHT TANNER VAN TEEFFELEN, 2026 ## + +## This script is used to iterate through all the Meraki networks on an API key. ## +## It then returns the network IDs required to use other scripts. ## + import requests, os from dotenv import load_dotenv