Simple script to bulk create sites in the mist dashboard from CSV file.
- config.py should have the
google_api_key
value filled out. - google_api_key should have the google maps
Geocoding
andTimezone
APIs allowed - CSV with the following fields
site_name
,site_address
with option fieldsrf_template_name
python ./site_creator.py -k <Mist API Key> -o <Mist Org ID>