Skip to content

Instantly share code, notes, and snippets.

View cmikeb1's full-sized avatar

C. Mike Bylund cmikeb1

View GitHub Profile
@cmikeb1
cmikeb1 / fetchCoinPrice.scpt
Created June 9, 2017 01:12
AppleScript to retrieve crypto currency prices
validate_sheet()
set coins to {}
-- retrieve the list of coins from number
tell application "Numbers"
tell table 1 of sheet 1 of document 1
set cntRow to count row
set cntCol to count column