Questions tagged [nike]

12 questions
2
votes
0 answers

Selenium button not being clicked but is being highlighted

What I'm trying to do is making nike product auto buyer the problem is after selecting size it doesn't let me click through selenium I even tried to click manually but nothing pops up this is my code where I try to click (not full code): from…
SadLandscape
  • 75
  • 1
  • 8
2
votes
1 answer

Best options to integrate my application with the Nike+ features of the iPhone 4G

How can I integrate my application with the Nike+ features of the iPhone 4G. I want to access the data captured and send that to my own applications. There seems to be limited information available on this topic. Any help is greatly appreciated.
mrjohn
  • 1,141
  • 2
  • 13
  • 21
2
votes
3 answers

What's the ANT version in iPhone 3Gs and how can I access it?

I want to build up an ANT network (e.g. see wikipedia article ) and develop sport accessories using the iPhone 3Gs with integrated ANT Controller (used by Apple for Nike+iPod devices) to communicate with them. I need to know which ANT version the…
neo
  • 21
  • 1
  • 3
1
vote
2 answers

Access to the ANT Wireless and GPS receiver modules in iPhone/iPod Touch

I'm an iPhone/iPod-touch newbie, and would like to write an iPhone application utilizing the built-in ANT wireless radio. As I found out both the iPhone and iPod Touch have an ANT wireless module, that is used in the Nike+iPod Sport Kit to connect…
siddhadev
  • 16,501
  • 2
  • 28
  • 35
1
vote
0 answers

Get API Endpoint for new products in Nike.com

I'm having a BIG ISSUE finding API endpoints for nike.com/mx, I want to get the specific endpoints for new releases, i.e, new products, and want to get products even though they don't have stock, how can I achieve this, I have inspected all…
1
vote
1 answer

Trying to login to Nike using requests

I am trying to login to the Nike website using requests in nodejs (nodejs-fetch) and I have got {success:true} from Akamai but I still get 403 error after passing the returned _abck cookie from akamai. Anyone know how to fix?
1
vote
1 answer

Open graph fitness.runs returning no data

I have a bunch of Nike+ run data which i'm assuming (based on the below article) is published to the open graph. It certainly looks that way in my…
Paul Cooper
  • 357
  • 3
  • 12
0
votes
0 answers

How to be undetected using selenium in python

My goal is to create nike account without being detected but when I go to "https://www.nike.com/login" with selenium I'm instant detected as a bot I tried many things but still doesn't work. This is the error: This is my config : chrome_options =…
H3reux
  • 38
  • 8
0
votes
1 answer

How to record accelerometer data from Nike+?

I'm not sure whether this is possible or not. I'd like to receive accelerometer data from Nike+. Actually, some data related with running history is recorded in XML format on the iPhone. But the XML file doesn't include accelerometer data. Is is…
joshsuihn
  • 770
  • 1
  • 10
  • 25
-1
votes
1 answer

Nike No 'Access-Control-Allow-Origin' header is present on the requested resource

I'm trying to get the current men clearance shoes from the Nike store site using Angulars $http request and display it on my own site. $http({ method: 'GET', url:…
Lunny
  • 852
  • 1
  • 10
  • 23
-2
votes
1 answer

How to make a button looks like the on in the nike+ running

Like the Nike running iOS app new outlook. See the button in the circle, when you hold it for a while (a couple of seconds), the run will start or stop along with a animation. Pretty sure you know that when you use it. See below image.
sommcewce
  • 73
  • 5
  • 10
-3
votes
1 answer

extracting text from html div tag using python and bs4

Available 4/1 at 9:00 AM
I am trying to extract text from the html div above using the code below date = page.find('div', {'class' : 'available-date-component'}) print(date.string) # this line needs to…