Tag Archives: stackoverflow

Ruby – Stackoverflow Notifier

0
Filed under ruby
Tagged as , , , ,

Author: khelll
Site: http://www.khelll.com/blog/
Summary: Simple script to notify the user when a new question is posted on Stackoverflow, it works on Mac and uses growl. You may need install Nokogiri & Growl.

[sudo] gem install nokogiri
[sudo] gem install growl


ruby,code,code,snippet