Web App to allow users to add Meraki Devices to Meraki Networks
INSTALL AND RUN INSTRUCTIONS
-
Open the config.py file and change the 'apikey' and 'organizationid' variables to match your Meraki Organization
-
Create a Python Virtual Environment and install the required dependencies
python3 -m pip install --upgrade pip
python3 -m venv venv
. venv/bin/activate
pip3 install flask flask-wtf wtforms requests
- Run the app
export FLASK_APP=add_device_webapp.py
flask run --host=0.0.0.0
- Open http://127.0.0.1:5000 in a web browser
Here are screenshots to show what the app looks like: