Bitcoin Forum
May 13, 2024, 02:21:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: OSX Growl-Ruby-Bitcoin-Ticker  (Read 1157 times)
Bitcoinreminder.com (OP)
Sr. Member
****
Offline Offline

Activity: 240
Merit: 250


View Profile
June 29, 2011, 11:18:06 PM
 #1

I published a OSX Ruby Growl script: https://github.com/lichtamberg/Growl-Ruby-Bitcoin-Ticker

==== DESCRIPTION
Ruby script for OSX which fetches the current trade data of Mt. Gox and Bitmarket.eu (EUR) and
shows a growl notification if the trade data exceeds a specific up/down limit.

You can justify yourself which limits you want (f.e. notification when last trade was 15 % higher than the last one)


=== Requirements ===

Ruby (think it works with 1.8.7 as well as 1.9.2)
installed growlnotify

and following gems:

require 'rubygems'
require 'json'
require 'money'
require 'growl'

=== Limits ===

Default values are:

  up_mark = 1.007
  down_mark = 0.993
  
You can set them in the script yourself.

Feel free to send pull requests!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!