Moveshelf provides a
public GitHub repository that contains several
complete example scripts that are ready to be used.
Follow the steps in this section to run an example of querying and downloading data from the Moveshelf platform, i.e.,
download_data.py.
Get the public repository on your local machine
Clone Moveshelf's
public GitHub repository to your local machine. You can do this by following
these steps.
Run download_data.py
- Open download_data.py in Visual Studio Code, follow the instructions, add all relevant information to the script and save the file
- To run the script, insert python scripts/download_data.py in the terminal and press 'Enter'