Skip to content

Instantly share code, notes, and snippets.

@emsk
Created January 26, 2013 08:40
Show Gist options
  • Save emsk/4641097 to your computer and use it in GitHub Desktop.
Save emsk/4641097 to your computer and use it in GitHub Desktop.
just change Skype mood message
#!/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