Challenged by a commenter on my website, I spent the last half an hour coding a tiny application that updates your Yahoo Messenger status with your latest Twitter status. It’s Windows only (I’m a Mac user myself, and twitterific does a good job for it).
The reason why it’s a Ruby script and not a self executable is because I’m in a rush and have to go out of town for Easter. I’ll improve things when I get back, if you want me to.
Download it from here: http://alexbrie.net/files/twitterym.rbw and leave your feedback in the comments.
PS. you need to be on windows and have a ruby installation on your system. Extra instructions are below:
# to make it work:
# 1. install ruby on your machine;
# 2. install the gems specified here http://addictedtonew.com/archives/187/ruby-twitter-gem/ :
# gem install hpricot --source http://code.whytheluckystiff.net -v 0.4.86
# gem install twitter
# 3. change the line s = Twitter::Base.new('my_email', 'my_password').timeline(:user)[0]
# by entering your login credentials for the twitter account
# 4. start yahoo messenger
# 5. run the script
Enjoy!
Daca esti nou pe aici, nu uita sa te abonezi la feedul meu RSS
. Iti multumesc pentru vizita!
Software engineer; master in cercetare algoritmica la Ecole Polytechnique Paris; a lucrat in Paris in software bursier.























April 5th, 2007 at 10:32 am
I did install the script but for some reason I think something went wrong with the installation of hpricot.
When I run twitter from the command line:
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_re
quire’: no such file to load — active_support (LoadError)
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `re
quire’
After that when I run the script nothing happens, it’s like:
C:\>twitterym.rbw [enter key press]
C:\>
Not sure what’s going on over there, but for sure I’ll study it more when I got the time
April 5th, 2007 at 6:38 pm
Indeed, it seems to be a missing gem there. If you didn’t have any error messages in installing the gems, then probably there are some hidden dependencies. ActiveSupport is included in the rails gem, so (hopefully) you can make it work by also installing rails: gem install rails.
Good luck!
April 5th, 2007 at 6:51 pm
There is a hidden dependency of active support. I had issues when trying to require it as a dependency so i removed it for now. I’ll get it fixed before long. Just install rails gems and you’ll be good to go.
April 7th, 2007 at 4:51 pm
[…] ياهومسنجر و توييتر :يك اسكريپت كوچك كه با داشتن ان وضعيت شما در ياهو مسنجر بصورت خودكار بر […]
May 11th, 2007 at 8:11 pm
hello, can you make an executable for this, i am not familliar with all this ruby codes. please please please.
September 7th, 2007 at 11:38 pm
[…] 在各系統上也有獨立twitter的工具軟體,Twitterlicious、 TwitBOX或是Twitterbox等,這些都是twitter的專用軟體,若要用能和即時通訊軟體結合在一起,那不頂好的嗎?像是在windows live messenger上有Twessenger、Twit4Live或是yahoo messenger上有TwitterYM、Twitter-Sync這些外掛的軟體工具就能夠讓你在既有的即時通訊軟體內擴充對twitter的支援。 […]
September 29th, 2007 at 12:38 pm
[…] TwitterYM - Simple Yahoo Messenger status updater. […]
October 3rd, 2007 at 2:24 pm
[…] TwitterYM - 更新Yahoo Messenger状态 […]
October 4th, 2007 at 11:13 am
[…] TwitterYM — простой апдейтер статуса для Yahoo Messenger. […]
October 5th, 2007 at 3:39 pm
[…] TwitterYM — простой апдейтер статуса для Yahoo Messenger. […]
October 18th, 2007 at 2:30 pm
[…] TwitterYM - a tiny ruby script that updates your Yahoo Messenger status with your latest Twitter one (requires Windows and Ruby) - by Alex Brie […]
November 29th, 2007 at 5:06 am
[…] TwitterYM: This plugin integrates your Twitter and Yahoo Instant Messenger accounts, updating your status based on your latest Twitter. […]
December 19th, 2007 at 9:06 am
[…] Descarga: alexbrie.net/ […]
February 23rd, 2008 at 1:34 pm
[…] TwitterYM - a tiny ruby script that updates your Yahoo Messenger status with your latest Twitter one (requires Windows and Ruby) - by Alex Brie […]