Created
April 27, 2015 13:44
-
-
Save anonymous/784de37358b27f5c7071 to your computer and use it in GitHub Desktop.
IFTTT Spotify Alarm Clock
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Spotify Alarm | |
Utilizing [IFTT recipe](https://ifttt.com/recipes/283707-spotify-alarm-clock) | |
In your mail client: | |
Create a rule in your mail client with the following properties | |
- Message content contains #wakeup | |
- Actions: Delete Message, Run AppleScript | |
Create an AppleScript with the following statements. | |
``` | |
tell application "Spotify" to activate | |
tell application "Spotify" to playpause | |
``` | |
Voila! | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!! Any luck with this in iPhone?