Install the gem
gem install shout-mouth-communicator
Shout Mouth Communicator
require ‘shout-mouth-communicator’
#ShoutMouthCommunicator.new(host, path, port, blogid, username, password)
@shout_mouth_client = ShoutMouthCommunicator.new("0.0.0.0", "/xmlrpc.php", "4000", "1", "correct", "password")
@shout_mouth_client.
#check out all the possible calls
@shout_mouth_client.methods
Now all somebody needs to to is start building cool clients for shout mouth. Hint Hint!