Export Run Archives - Mission Data
This example program is the introductory programming example for the Scout client, which uses the Scout web API. It demonstrates how to initialize the Scout client, authenticate with user name and password, and finally export run archives from Scout for the recent completed missions.
Understanding Scout Web API
Please begin with the Quickstart Guide to get your Python programming environment set up properly. Then, specifically for Hello Scout, look at the Scout API Docs. For a complete list of resources and their methods, see the Scout API Reference.
Setup Dependencies
See the requirements.txt file for a list of python dependencies which can be installed with pip using the command:
python3 -m pip install -r requirements.txt
Run the Example
To run the example:
python3 export_run_archives.py -hostname SCOUT_IP
To pass in more arguments:
python3 export_run_archives.py --help