Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
I'm running a script I wrote that refreshes every 20 seconds to check if a specific device becomes available and if so, it send me an email.



If anyone wants me to add them to the list just give me your email and zip code and the iPhone model you're looking for.


Ryanthomaswoods@gmail.com
93619
AT&T IPhone 6+ 16gb silver,gold, space gray.

If this works I'll PayPal you some cash or send you an iTunes gift card
 
I'm running a script I wrote that refreshes every 20 seconds to check if a specific device becomes available and if so, it send me an email.

If anyone wants me to add them to the list just give me your email and zip code and the iPhone model you're looking for.

That would be massively awesome! Thank you!

andy.carney@gmail.com
99201 (spokane, wa)
128gb Gold Plus tmobile (but I'll also take the same with Verizon)
 
Nice find! Which carrier(s) did they have?

Hey sorry they only had Verizon and Sprint today... it's worth checking out in the mornings if you have time. I think they get shipments in at night. They were also saying you could pre-order them in store and then they'll e-mail you when your specified type comes in...
 
At the risk of helping someone else beat me to the phone I'm trying for (6+ 128 Silver AT&T), here's a cool python program I wrote to help people track down iPhone 6+s. Directions are all on the GitHub page. It only uses vanilla python (so you won't have install any additional plug-ins) and is only 100% functional on a Mac (due to the way sound events are initiated). It's command-line but easy to use, and runs locally so you don't have to deal with using up all of someone's bandwidth. Please give me any feedback you guys have.

https://github.com/aristokrat18/ip6plus-tracker

----------



The Apple website API keeps itself 'warm' in your browser and will indeed cache results.

Hey this is awesome, but I can't get it to work. I follow the instructions and get this error: "SyntaxError: invalid syntax"

I'm sure it's user error by me, but any tips on how to get it to work?
 
I'm running a script I wrote that refreshes every 20 seconds to check if a specific device becomes available and if so, it send me an email.

If anyone wants me to add them to the list just give me your email and zip code and the iPhone model you're looking for.

Hey besto. Can you put me down as well?

Iphone 6 plus. 128gb space gray tmobile or vz. Zip 22042. Fitlalaw@gmail.com. Thanks!
 
At the risk of helping someone else beat me to the phone I'm trying for (6+ 128 Silver AT&T), here's a cool python program I wrote to help people track down iPhone 6+s. Directions are all on the GitHub page. It only uses vanilla python (so you won't have install any additional plug-ins) and is only 100% functional on a Mac (due to the way sound events are initiated). It's command-line but easy to use, and runs locally so you don't have to deal with using up all of someone's bandwidth. Please give me any feedback you guys have.

https://github.com/aristokrat18/ip6plus-tracker

----------



The Apple website API keeps itself 'warm' in your browser and will indeed cache results.

getting errors:

Traceback (most recent call last):
File "/Users/****/Desktop/ip6plus-tracker-master/run.py", line 6, in <module>
if __name__ == '__main__': main()
File "/Users/****/Desktop/ip6plus-tracker-master/run.py", line 4, in main
start()
File "/Users/****/Desktop/ip6plus-tracker-master/ip6plus_tracker/ip6plus_tracker.py", line 91, in start
with open('ip6plus_tracker/previous.pickle', 'wb') as f:
IOError: [Errno 2] No such file or directory: 'ip6plus_tracker/previous.pickle'

Any idea what I am doing wrong?
 
Last edited:
I'm running a script I wrote that refreshes every 20 seconds to check if a specific device becomes available and if so, it send me an email.

If anyone wants me to add them to the list just give me your email and zip code and the iPhone model you're looking for.

iPhone 6 Plus 64GB Silver AT&T
Dtao819@yahoo.com
94116

Thank you very much!
 
Hey this is awesome, but I can't get it to work. I follow the instructions and get this error: "SyntaxError: invalid syntax"

I'm sure it's user error by me, but any tips on how to get it to work?

Can you send me the full stack trace? Also, which version of OS X are you on?

getting errors:

Traceback (most recent call last):
File "/Users/****/Desktop/ip6plus-tracker-master/run.py", line 6, in <module>
if __name__ == '__main__': main()
File "/Users/****/Desktop/ip6plus-tracker-master/run.py", line 4, in main
start()
File "/Users/****/Desktop/ip6plus-tracker-master/ip6plus_tracker/ip6plus_tracker.py", line 91, in start
with open('ip6plus_tracker/previous.pickle', 'wb') as f:
IOError: [Errno 2] No such file or directory: 'ip6plus_tracker/previous.pickle'

Any idea what I am doing wrong?

I'm checking in to this right now. Which version of the OS are you on?
 
I called best buy they said that best buys don't have the phones and you have to go to the carrier stores...I thought that they had them in store?
 
Can you send me the full stack trace? Also, which version of OS X are you on?

OS 10.9.4

here's what it shows me:

>>> /Users/Me/Downloads/ip6plus-tracker-master/run.py
File "<stdin>", line 1
/Users/Me/Downloads/ip6plus-tracker-master/run.py
^
SyntaxError: invalid syntax
>>>
 
I'm running a script I wrote that refreshes every 20 seconds to check if a specific device becomes available and if so, it send me an email.

If anyone wants me to add them to the list just give me your email and zip code and the iPhone model you're looking for.

zip: 23236
Email: llsennew@gmail.com
Model: Verizon 64gb 6+ space grey (128 also!)

Thank you!
 
I'm running a script I wrote that refreshes every 20 seconds to check if a specific device becomes available and if so, it send me an email.

If anyone wants me to add them to the list just give me your email and zip code and the iPhone model you're looking for.

Thanks Besto!

Email:cjgreen84@gmail.com
Zip: 28278
Model: ATT grey or silver 6+ 64gb
 
Can you send me the full stack trace? Also, which version of OS X are you on?

OK, it was user error by me. I was typing 'python ' and hitting enter before dragging in the run.py. I'm an idiot.

But once I inputted the store, model numbers and everything I now get this error:

Enter the models for which you'd like a LOUD ALERT.
Format is a comma-separated list of the 3-digit model short codes
(e.g. "AL2,AU2,AP2")
: C52,C22,C62,C32,C72,C42
Traceback (most recent call last):
File "/Users/Me/Downloads/ip6plus-tracker-master/run.py", line 6, in <module>
if __name__ == '__main__': main()
File "/Users/Me/Downloads/ip6plus-tracker-master/run.py", line 4, in main
start()
File "/Users/Me/Downloads/ip6plus-tracker-master/ip6plus_tracker/ip6plus_tracker.py", line 91, in start
with open('ip6plus_tracker/previous.pickle', 'wb') as f:
IOError: [Errno 2] No such file or directory: 'ip6plus_tracker/previous.pickle'
 
I'm running a script I wrote that refreshes every 20 seconds to check if a specific device becomes available and if so, it send me an email.

If anyone wants me to add them to the list just give me your email and zip code and the iPhone model you're looking for.

email: young_yee@ymail.com
zip:19116
model: tmo ip6+ 64gb gold

Thanks alot Besto
 
The 64GB Silver showed available for pickup just now. Went through the whole thing and when I did the final "place your order" it gave me an error, signed me out, then showed it wasn't available for pickup anymore. But, hey, showed availability at another Philly area store. One minute later, logged out of the site, log back in, not available anymore. Ugh.
 
The 64GB Silver showed available for pickup just now. Went through the whole thing and when I did the final "place your order" it gave me an error, signed me out, then showed it wasn't available for pickup anymore. But, hey, showed availability at another Philly area store. One minute later, logged out of the site, log back in, not available anymore. Ugh.

Same here in Alpharetta, GA :S
 
getting errors:

Traceback (most recent call last):
File "/Users/****/Desktop/ip6plus-tracker-master/run.py", line 6, in <module>
if __name__ == '__main__': main()
File "/Users/****/Desktop/ip6plus-tracker-master/run.py", line 4, in main
start()
File "/Users/****/Desktop/ip6plus-tracker-master/ip6plus_tracker/ip6plus_tracker.py", line 91, in start
with open('ip6plus_tracker/previous.pickle', 'wb') as f:
IOError: [Errno 2] No such file or directory: 'ip6plus_tracker/previous.pickle'

Any idea what I am doing wrong?

This is fixed in that latest version. Sorry, messed up some pathing in cleaning up the file structure.

----------

OK, it was user error by me. I was typing 'python ' and hitting enter before dragging in the run.py. I'm an idiot.

But once I inputted the store, model numbers and everything I now get this error:

Enter the models for which you'd like a LOUD ALERT.
Format is a comma-separated list of the 3-digit model short codes
(e.g. "AL2,AU2,AP2")
: C52,C22,C62,C32,C72,C42
Traceback (most recent call last):
File "/Users/Me/Downloads/ip6plus-tracker-master/run.py", line 6, in <module>
if __name__ == '__main__': main()
File "/Users/Me/Downloads/ip6plus-tracker-master/run.py", line 4, in main
start()
File "/Users/Me/Downloads/ip6plus-tracker-master/ip6plus_tracker/ip6plus_tracker.py", line 91, in start
with open('ip6plus_tracker/previous.pickle', 'wb') as f:
IOError: [Errno 2] No such file or directory: 'ip6plus_tracker/previous.pickle'

Sweet. You had the same issue as t3nchu, which I've now fixed in the latest version.
 
This is fixed in that latest version. Sorry, messed up some pathing in cleaning up the file structure.

----------



Sweet. You had the same issue as t3nchu, which I've now fixed in the latest version.

Getting following error: I am on 10.10. Can you please help?

Select a mode:
1. Monitor models with loud alert
2. Monitor models with quiet beep
3. Mix modes
4. Reload previous search terms
: 1

Enter your 5-digit zip code
: 75024
Traceback (most recent call last):
File "run.py", line 6, in <module>
if __name__ == '__main__': main()
File "run.py", line 4, in main
start()
File "/Users/macair/.Trash/ip6plus-tracker-master/ip6plus_tracker/ip6plus_tracker.py", line 89, in start
target_stores = get_target_stores(zip_code)
File "/Users/macair/.Trash/ip6plus-tracker-master/ip6plus_tracker/location.py", line 21, in get_target_stores
connection.request("GET", '{root}{zip_code}&parts.0=MG502LL%2FA'.format(root=PATH_ROOT, zip_code=zip_code))
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 973, in request
self._send_request(method, url, body, headers)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1007, in _send_request
self.endheaders(body)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 969, in endheaders
self._send_output(message_body)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 829, in _send_output
self.send(msg)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 791, in send
self.connect()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 772, in connect
self.timeout, self.source_address)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 553, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno 8] nodename nor servname provided, or not known
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.