hi - my space black ss link watch switched to 'preparing for shipment' this morning... does anyone have any ideas as to how long between this and delivery previously delivered watches have taken?
It should arrive tomorrow
hi - my space black ss link watch switched to 'preparing for shipment' this morning... does anyone have any ideas as to how long between this and delivery previously delivered watches have taken?
TA4!!
Def going to see some movement for us Sport Space Grey's today at 4pm!
We are in the same minute of orders. I will be checking my account lots around 4pm! I think today is our lucky day!
How/where do you set this up?
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}")
Its a piece of ruby code haha
Checks every 30 seconds and the second it changes it emails me.
Also prints to the screen (hence the readout)
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}")
I have changed mine now to let me when it dispatches![]()
What do you use to run this script? i.e. How can I run this on a mac?
Anyone seen any movement on 42mm SS Milanese Loop Today?
12:34:19 - Preparing for Dispatch - Delivery: 12 May, 2015 - 26 May, 2015 by Standard Shipping
12:34:53 - Preparing for Dispatch - Delivery: 12 May, 2015 - 26 May, 2015 by Standard Shipping
12:35:25 - Preparing for Dispatch - Delivery: 12 May, 2015 - 26 May, 2015 by Standard Shipping
12:35:58 - Preparing for Dispatch - Delivery: 12 May, 2015 - 26 May, 2015 by Standard Shipping
12:36:31 - Preparing for Dispatch - Delivery: 12 May, 2015 - 26 May, 2015 by Standard Shipping
12:37:05 - Preparing for Dispatch - Delivery: 12 May, 2015 - 26 May, 2015 by Standard Shipping
12:37:38 - Preparing for Dispatch - Delivery: 12 May, 2015 - 26 May, 2015 by Standard Shipping
12:38:11 - Preparing for Dispatch - Delivery: 12 May, 2015 - 26 May, 2015 by Standard Shipping
I am now in a new kind of hell, feel like Dante now, how many circles must i enjoy in this infernooooooooooooo
Code:12:34:19 - Preparing for Dispatch - Delivery: 12 May, 2015 - 26 May, 2015 by Standard Shipping 12:34:53 - Preparing for Dispatch - Delivery: 12 May, 2015 - 26 May, 2015 by Standard Shipping 12:35:25 - Preparing for Dispatch - Delivery: 12 May, 2015 - 26 May, 2015 by Standard Shipping 12:35:58 - Preparing for Dispatch - Delivery: 12 May, 2015 - 26 May, 2015 by Standard Shipping 12:36:31 - Preparing for Dispatch - Delivery: 12 May, 2015 - 26 May, 2015 by Standard Shipping 12:37:05 - Preparing for Dispatch - Delivery: 12 May, 2015 - 26 May, 2015 by Standard Shipping 12:37:38 - Preparing for Dispatch - Delivery: 12 May, 2015 - 26 May, 2015 by Standard Shipping 12:38:11 - Preparing for Dispatch - Delivery: 12 May, 2015 - 26 May, 2015 by Standard Shipping
I am now in a new kind of hell, feel like Dante now, how many circles must i enjoy in this infernooooooooooooo
Code:12:34:19 - Preparing for Dispatch - Delivery: 12 May, 2015 - 26 May, 2015 by Standard Shipping 12:34:53 - Preparing for Dispatch - Delivery: 12 May, 2015 - 26 May, 2015 by Standard Shipping 12:35:25 - Preparing for Dispatch - Delivery: 12 May, 2015 - 26 May, 2015 by Standard Shipping 12:35:58 - Preparing for Dispatch - Delivery: 12 May, 2015 - 26 May, 2015 by Standard Shipping 12:36:31 - Preparing for Dispatch - Delivery: 12 May, 2015 - 26 May, 2015 by Standard Shipping 12:37:05 - Preparing for Dispatch - Delivery: 12 May, 2015 - 26 May, 2015 by Standard Shipping 12:37:38 - Preparing for Dispatch - Delivery: 12 May, 2015 - 26 May, 2015 by Standard Shipping 12:38:11 - Preparing for Dispatch - Delivery: 12 May, 2015 - 26 May, 2015 by Standard Shipping
Anyone know where we are up to (e-mail confirmation time) with regards to the 42mm SS Space Black Links? Have seen a handful moving in the UK, but not sure where it's up to.
I am now in a new kind of hell, feel like Dante now, how many circles must i enjoy in this infernooooooooooooo
Anyone had any recent experience with DSM?
I was there at opening this morning and managed to get an appointment for 11.30 tomorrow.
Looking to get a 42mm, either SS or Sports. Anyone who's been today or is going able to let me know what stock levels are like?
Been there yesterday, the only 42mm they have is Classic Buckle SS. Could be all out now. They have a lot of 38mms though.
Been there yesterday, the only 42mm they have is Classic Buckle SS. Could be all out now. They have a lot of 38mms though.
Which models for 38mm? Thanks!
Anyone had any recent experience with DSM?
I was there at opening this morning and managed to get an appointment for 11.30 tomorrow.
Looking to get a 42mm, either SS or Sports. Anyone who's been today or is going able to let me know what stock levels are like?