Python scripts for testing the mapillary python library functionalities
pip install git+https://github.com/ibaiGorordo/mapillary-python-sdk.git@simple_dependencies
You need to modify the mly_token.py
file with your token. To get one:
- Visit https://www.mapillary.com/dashboard/developer, go to 'developers',
- Then 'register application', register a new application (read access atleast),
- then copy & paste the 'Client Token' to the
mly_token.py
file.