Collect Jamf Software data to csv file

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

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top
Share via
Copy link