Created
          July 30, 2012 06:21 
        
      - 
      
- 
        Save MetroWind/3205298 to your computer and use it in GitHub Desktop. 
    Now Playing
  
        
  
    
      This file contains hidden or 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
    
  
  
    
  | tell application "iTunes" | |
| set CurrentTrack to current track | |
| set CurrentTitle to name of CurrentTrack | |
| set CurrentArtist to artist of CurrentTrack | |
| end tell | |
| set SongInfo to {CurrentArtist, " — ", CurrentTitle} as string | |
| set Tweet to {"#NowPlaying ", SongInfo} as string | |
| set the clipboard to Tweet | |
| do shell script "afplay /System/Library/Sounds/Ping.aiff" | |
| Tweet | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment