Skip to content

PandasBots/pandasbots-gimbel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pandas Bots - Python

Automation that saves time and money. Contact us now!

Implementations are for learning purposes only. As they may be less efficient than the implementations in the Python standard library, use them at your discretion.

DISCLAIMER

This package requires selenium. For that reason it will may not work if you are using Google Colab or similar.

Project Gimbel Mexicana

Description:

User will input the website URL and the program will return:

  • Excel file containing product info.

  • PDF file containg product instructions.

  • JSON file with:

  1. name: The name of the product
  2. code: The SKU of the product (codigo)
  3. Image: The src url of the images of the product
  4. Details: The details of the product (separating each in JSON format)
  5. Info: The "more info" of the product (separating each in JSON format)
  6. Brand: The brand name

Installing

pip install gimbel

Usage

>>> from gimbel import gimbel_scraper
>>> URL = "https://gimbelmexicana.com/gimbel/store/articulo/16680"
>>> data = gimbel_scraper.get_product_info(URL)
>>> print(data)

Return

{'Brand': 'GIM SPORTS', 'Code': 'Código: 15GIMNAS419CH', 'Name': 'BALON PARA CROSSFIT 2KG', 'Details': 'ÿþBalón medicinal para CROSSFIT\n\nCaracterísticas:\n" Fabricada de caucho resistente con relleno de arena.\n* Superficie con textura que evita derrape\n" No rebota\n" Perfecta para complementar los ejercicios de fuerza y resistencia en los músculos.\n" Entre los principales músculos trabajados encontramos glúteos/ cuádriceps/ isquiotibiales/ hombros y de forma secundaria/ abdominales\ny demás músculos de zona media del cuerpo que se contraen para conservar una correcta postura durante el movimiento.\n" Marca \x1c GIM\x1d', 'Info': '{"C\\u00f3digo":{"0":null,"1":"15GIMNAS419CH"},"Peso":{"0":null,"1":"2 kg"},"Color":{"0":null,"1":"Azul"}}', 'Image': ['https://gimbelmexicana.com/gimbel/img/products_images/thumb/15GIMNAS419CH_1.jpg', 'https://gimbelmexicana.com/gimbel/img/products_images/thumb/15GIMNAS419CH.jpg']}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages