-
Notifications
You must be signed in to change notification settings - Fork 2
h0jeZvgoxFepBQ2C/Growl-Ruby-Bitcoin-Ticker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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!
About
Querys the actual trade data and displays a message when exceeding up/down limits
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published