i have it at 30 sec, how does apple getting angry at your ip? running it discretely at work so need to take preventive measures![]()
They just started throttling me a lot. Response times went way up, it was pretty funny.
i have it at 30 sec, how does apple getting angry at your ip? running it discretely at work so need to take preventive measures![]()
Sounds like I need to find a way to monitor Best Buy inventory. lol
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.
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.
^^^ this
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.
Nice find! Which carrier(s) did they have?
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.
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.
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.
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 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?
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?
Can you send me the full stack trace? Also, which version of OS X are you on?
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.
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.
Can you send me the full stack trace? Also, which version of OS X are you on?
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.
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.
can you send me the full stack trace? Also, which version of os x are you on?
I'm checking in to this right now. Which version of the os 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?
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'
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.
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.