AppleScript That Retrieves Cryptocurrency Values and Numbers
An AppleScript for Beginners
Retrieving Cryptocurrency Values in Numbers with AppleScript
Here's an AppleScript gist that allows you to retrieve the value of any cryptocurrency and add it to Numbers. It utilizes the API at the Cryptonator API endpoint.
AppleScript for Novices
If you're a beginner in AppleScript, this script should be easy to follow. It has been modified from a script originally designed for Google Sheets documents, making it suitable for Numbers users.
Converting Numbers to Strings with AppleScript
To convert a number to a string and add a suffix (e.g., "1st", "2nd", "3rd", "4th"), use the handlers in Listing 20-5 and Listing 20-6. These scripts demonstrate practical uses of automation in creating and sharing tables.
0 Comments