nike

Just Parse It.


Keywords
nike parsing api reverse-engineering
Install
pip install nike==1.0

Documentation

python-nike

This module is parsing the official Nike website.

Installation

You can install that module using pip:

pip install nike

Usage

Simple usage example of get_upcoming method, that gets items from launch upcoming:

import nike

items = nike.get_upcoming()
shoe = items[0]

shoe.title
'Nike x Sacai LDWaffle'

shoe.subtitle
'Shoe'

shoe.colorDescription
'White/White'

Reference

Available methods:

Name Description Object
get_upcoming() That method returns list with items nike.get_upcoming