alexschimpf / Snkrs-Bot

Selenium bot for Nike Snkrs site
The Unlicense
846 stars 289 forks source link

Nike API #9

Open jakobkukla opened 5 years ago

jakobkukla commented 5 years ago

Hi,

I'm very curious about the Nike Store API that you are using in the experimental script. Is it documented anywhere (unofficially)? Where did you get your informations from?

Thanks!

alexschimpf commented 4 years ago

@jakobkukla It's not documented anywhere that I'm aware of. I just spent a little time looking at the requests being made from the Nike website (via Chrome dev tools). It's been quite awhile, but I think I got stuck on how to make the proper requests for checkout. If I remember right, there was some mysterious token getting generated that I couldn't quite figure out.