Command line scripts can be excellent tools for fetching and quickly parsing data from an external API.
I recently wrote a script that allows you to search Zendesk tickets for a specific query term, and then returns a list of all associated e-mails. It’s something that’s impossible to do through the Zendesk UI (without a ton of clicking and copying), but really useful.
I thought I’d share it as a Gist in case anyone else might find it helpful.