This python script will collect Jamf Software data from this source and save it to a csv file in /Users/shared.
This Python script uses the requests library to get data from the website and pandas library to output it as a CSV file. Save this as a Python (py) script and run it on your Mac:
Make sure to install the required libraries (requests and pandas) by running:
Copy code
pip install requests pandas
or
pip3 install requests pandas
https://gist.github.com/patent-ed/6d1d7a9419cdac0bc1982099fca98249