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