I hereby claim:
- I am ofenstichloch on github.
- I am ofenstichloch (https://keybase.io/ofenstichloch) on keybase.
- I have a public key whose fingerprint is 3D76 052D 2485 0F52 A8D9 3AC3 ED5F FB69 9DA7 84C6
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#Persistent storage file: ~/.conf/SpotifyAPI | |
#Includes following fields: | |
# access_token: OAuth access token (current or expired) | |
# refresh_token: OAuth refresh token to request a new access_token if expired | |
# client: Spotify Client ID | |
# clientSecret: Spotify Client Secret | |
# expire: Added by the script to refresh access token | |
# userid: Spotify user ID | |
#This version creates and adds to playlist in form "YYYY MMM" like "2017 Jun" |
tell application "System Events" | |
tell process "System Preferences" | |
try | |
set visible to false | |
end try | |
tell application "System Preferences" | |
delay 1 | |
reveal pane id "com.apple.preference.universalaccess" | |
end tell | |
delay 1 |