Table of Contents | ||
---|---|---|
|
Overview
Get Your API Key
Download the Files
There are two key files for running this test
Bulk_Download.py
Config.ini
Get Your API Key
Follow the steps listed here to download the API Key for your account.
We will need to save this API Key in the configuration file in the next step.
Update the Configuration Files
...
1 | Open the Terminal application. You can do this from your dock or through Spotlight search by clicking on command+spacebar. | |
2 | Let’s next check the command to launch Python, as it may vary depending on your OS version. Issue the commands
to see which Python executable we have installed. In the example on the right, our Python executable is | |
3 | Similarly, we’ll need to check the path for
to see which | |
4 | Now we need to download a plugin - issue the command
|
We’re now ready to run the export script! You only need to do this once, regardless of how many times often you plan to use the export process.
...