Yeah here it is with my details removed.
Code:require 'rubygems' require 'mechanize' require 'pony' Pony.options = { :from => 'you@you.com', :via => :smtp, :via_options => { :address => 'your-mailhost.you.com', :port => '587', :enable_starttls_auto => true, :user_name => 'mail-user-name', :password => 'mail-password', :authentication => :login, :domain => "localhost.localdomain" } } a = Mechanize.new a.user_agent_alias = 'Mac Safari' url = 'http://store.apple.com/go/uk/vieworder/APPLE_ORDER_NO/EMAIL_ADDRESS/' status = 'Processing Items' while status == 'Processing Items' page = a.get(url) rescue nil if page status = page.search('.h3 .strong')[0].text delivery = page.search('.h5 > .block')[0].text.strip.gsub(/\s+/, ' ') puts "#{Time.now.strftime('%H:%M:%S')} - #{status} - #{delivery}" else puts "#{Time.now.strftime('%H:%M:%S')} - Unable to contact Apple Store" end sleep 300 end Pony.mail(:to => 'you@you.com', subject: "Apple Store Order ", body: "Order status now: #{status}\n\n#{url}")
How do i use that?! sorry I'm a noob
You need Ruby and it's dependency libraries installed
praying for some movement today..
Can't see the word processing anymore..
Originally Posted by JCP1 View Post
Here's Francis' prayer, I suggest you memorize it and do 3 hail Mary's and 3 our Francis's:
Our Francis thou art in heaven,
hallowed be your name.
Your Kingdom come,
your orders will be done,
In the UK as it is in the U.S.
Give us today our daily delivery of Apple Watches.
Forgive us our moans and groans,
as we forgive those who received their watches before us.
Lead us not into temptation (e.g. Pebble or MS Band)
but deliver us from processing hell.
For thy is the kingdom,
the power and the glory.
Now and for ever we'll love our Apple Watch.
Amen.
What time is your email confirmation when you ordered? I ordered the same as you and have had no movement yet.
on my Mac:
sudo gem install pony
sudo gem install mechanize
edit the file to enter all the details... e-mail order number, etc..
ruby watchAlert.rb
Lol glad to help....my waiting is not over yet, I have the new Macbook Space grey 12" on order with a late May - June delivery date![]()
on my Mac:
sudo gem install pony
sudo gem install mechanize
edit the file to enter all the details... e-mail order number, etc..
ruby watchAlert.rb
Royal **** up by UK mail. Didn't say collected until this morning, then changed to say collected, at delivery location then on a van delivery 11.33 to 12.33.
At 12.16 it says Delayed - I called them and the driver says he doesn't have the parcel. So I ask where is it and basically they don't know! Brilliant!
That's not good....when will they let you know what's going on?
They said they'd call...I don't hold out much hope!
On to apple chat now, lets see how that goes!