Created
January 26, 2013 08:40
-
-
Save emsk/4641097 to your computer and use it in GitHub Desktop.
just change Skype mood message
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
#!/usr/bin/env ruby | |
# coding: utf-8 | |
require 'skypemac' | |
mood_text = ARGV[0] | |
profile = SkypeMac::Profile.new(nil) | |
profile.mood_text = mood_text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment