Pushr with Twitter Notification
pushr, ruby, sinatra, twitter at July 10th, 2009 by 小影
Today morning i discussed using Pushr to send notification in applications. While sending email or growl is cool, how about sending twitter notifications?
First add the twitter account @pushrhk.
Then create your node (replace “tweet-siuying” with any secret name you like):
The message received:
Of course if you can send POST to Pushr, you can send POST to Twitter as well. But again, separate these messaging logic from legacy code make world simpler!
Code uploaded to Github.
