Making A Script To Automatically Add An Item to Cart For Shoe Releases

Joined
Apr 2, 2013
Messages
4
Reaction score
0
I am new to this, but have a general understanding. I was wondering if anyone could point me in the right direction to making a script which can do all these commands as soon as I click on the link (in safari). Just incase this matters the link is released at a certain time via twitter. Commands: Click Size 11.5, Click Add to cart This would most likely be for nike.com or other shoe websites such as footlocker. Thanks so much!!!:D (BTW the shoes sell out in a split second, so this is why I am trying to make it)
 
Joined
Nov 26, 2010
Messages
3,558
Reaction score
52
Sorry, Safari AppleScript is limited to Loading Pages, Saving Pages and Printing. No clicking on Links.
 
Joined
Apr 2, 2013
Messages
4
Reaction score
0
Ok I just downloaded Xcode Will this work for what you are talking about? Any idea were to start lol I have no idea
 
Joined
Nov 26, 2010
Messages
3,558
Reaction score
52
Yes, thats the tools, WebKit is the page stuff and DOM for the HTML, You will also need a good working knowledge of Objective-C, which is like the glue to put it all together.
 
Joined
Nov 26, 2010
Messages
3,558
Reaction score
52
Yes. Do you have a lot of programming experience? are you familiar with DOM and HTML parsing?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top