Hello,
 
I wrote a small script which will generate QRCodes for configured SSIDs. The script is using asyncio and api version 1.
 
 
 
 
 
usage: generate_qrcodes.py [-h] [-o ORGANIZATION] [-n NETWORKS [NETWORKS ...]]
                           [-s SSIDS [SSIDS ...]]
Generates QRCodes from Meraki wireless networks
optional arguments:
  -h, --help            show this help message and exit
  -o ORGANIZATION, --organization ORGANIZATION
                        the name/id of the organization
  -n NETWORKS [NETWORKS ...], --network NETWORKS [NETWORKS ...]
                        the name/id of the networks to generate the qr codes
                        from.  If you are providing this parameter, then you must 
                        provide the organization.
  -s SSIDS [SSIDS ...], --ssid SSIDS [SSIDS ...]
                        the name of the ssids to generate the qr codes
 
 
 
 
 
 
 
You have to provide at least the organization or network parameter.
 
the QRCodes will be places in a subdirectory "img". The Filename is {NetworkName}_{SSID}.png.
 
Example:
 Demo Wifi Code
Demo Wifi Code