Git Product home page Git Product logo

catalogskyscraper's Introduction

CatalogSkyScraper

Description:

A simple crawler/scraper/parser built to download product descriptions and images from SKU catalogs en masse and generate an .xls file with descriptions' html and images' links to import to a website afterwards.

Useful for distributors companies' website admins, especially in case the suppliers don't provide you with exact info about the goods in uploadable format.

Inner workings:

The desired catalog sku pages are opened, then a list of sku links is formed for individual sku pages and for their respective images, using page locators. Then these individual sku pages are opened and descriptions and/or their images are scraped and downloaded to their directories as .html and .png files. The descriptions can be parsed and altered to a needed format using BeautifulSoup as well. Then an .xls file is created and the rows are filled with sku articles as IDs, as well as their respective descriptions and local image links. This file is ready to be uploaded to your website.

Built with pytest and Selenium using Page Object pattern and has inbuilt allure integration for visual results control.

Best used in headless mode with parallelization for faster scraping.

Requirements:

  • pytest
  • selenium
  • wget
  • webdriver_manager
  • allure
  • openpyxl

TODO:

(as of 04.09.2022)
  • parallelization
  • allure integration

catalogskyscraper's People

Contributors

inpv avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.