This simple script is designed to pull all of the channels allowed by country for Mist APs.
##Requirments: Python 3.5+
- requests
- xlsxwriter
There are 3 requirements for the script to run.
- Mist API Token
- Mist Org ID
- Mist Site ID
These are passed in as CLI parameters
python country_mappings.py -k <api key> -o <org_id> -s <site_id>
For additional options or info, you can run:
python country_happings.py --help