Created
July 31, 2012 13:37
-
-
Save JakubOboza/3217085 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "mechanize" | |
a = Mechanize.new | |
loop do | |
d=a.get("http://www.tickets.london2012.com/browse?form=search&tab=oly&sport=8199&event&venue=loc_2&fromDate&toDate&morning=1&afternoon=1&evening=1&show_available_events=1") | |
if d.body =~ /Woman's/ | |
loop do | |
`growlnotify -m "Woomenz valleyballz tickets naow" -t "NAOW! "` # -s if you wanna to have it sticky | |
`afplay /System/Library/Sounds/Purr.aiff` | |
sleep 0.5 | |
end | |
end | |
sleep 120 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment