Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Ordered On 30 April 2015

Apple Watch 38mm Stainless Steel Case with White Sport Band
AppleCare+ for Apple Watch

Processing Items Dispatched: 4-6 weeks
Delivery: 01 Jun, 2015 - 12 Jun, 2015 by Standard Shipping
 
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
 
praying for some movement today..
Can't see the word processing anymore..

here is the prayer:

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.
 
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

You need to quote the other guy, not me so it alerts him on his notifications.
 
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 :mad::mad::mad:

my early May MacBook order went into preparing for dispatch last night, so you probably won't have to wait until June:)
 
Just ordered a White Sports Band Stainless Steel 42mm to see which dispatches first. Ordered by 42mm Space Grey Black Sports Band over two weeks ago. This should be interesting.
 
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!
 

Attachments

  • Screen Shot 2015-04-30 at 14.01.30.png
    Screen Shot 2015-04-30 at 14.01.30.png
    189.3 KB · Views: 58
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?
 
Just had my delivery :) my tracking at one stage also said delayed. Really enjoyed reading through the thread over the last few weeks especially with the spicy pork and francis references :D
 
Been wearing the watch since 0600 and had a ton of notifications on it, it's sitting at 70% battery life. Loving it :) Turn by Turn driving directions on my wrist today was good. ;)
Glad more of us are getting deliveries today and hopefully a few more of you get watches dispatch tonight! Hang in there those processing, you'll be glad when it arrives :)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.