n2ctech / goodnoob-new

0 stars 0 forks source link

bluetomato scraping #229

Open n2ctech opened 7 years ago

n2ctech commented 7 years ago

We have to do the scraping for: 1- Ski boots 2- Ski bindings 3- Skis 4- Snowboard boots 5- Snowboard bindings 6- Snowboards

instructions : Product Scraping.xlsx

nguyenducgiang commented 6 years ago
URL_TO_SUBCATEGORY_MAPPINGS = {
    'https://www.blue-tomato.com/en-ES/products/categories/Snowboard-00000000--Snowboard+Bindings-0000000A/'
    => 'Snow Bindings',
    'https://www.blue-tomato.com/en-ES/products/categories/Snowboard-00000000--Snowboard+Boots-0000000E/' => 'Snowboots',
    'https://www.blue-tomato.com/en-ES/products/categories/Snowboard-00000000--Snowboards-00000001--Freestyle+Snowboards-00000002/' => 'Snowboards',
    'https://www.blue-tomato.com/en-ES/products/categories/Snowboard-00000000--Snowboards-00000001--Freeride+Snowboards-00000003/' => 'Snowboards',
    'https://www.blue-tomato.com/en-ES/products/categories/Freeski-0000000V--Ski+Bindings-00000010/' => 'Ski Bindings',
    'https://www.blue-tomato.com/en-ES/products/categories/Freeski-0000000V--Ski+Boots-00000011/' => 'Ski boots',
    'https://www.blue-tomato.com/en-ES/products/categories/Freeski-0000000V--Freeski-0000000W--Freestyle+Skis-0000000X/' => 'Skis',
    'https://www.blue-tomato.com/en-ES/products/categories/Freeski-0000000V--Freeski-0000000W--Freeride+Skis-0000000Y/' => 'Skis'
  }