Skip to content

Tool that crawls the web stores and checks if a product is available or not.

Notifications You must be signed in to change notification settings

alexcogojocaru/store_product_checker

Repository files navigation

store_product_checker

python app that checks if there are available products in a specific store

To run the script use: python build.py

Description

  • seller - the root tag for the product description

  • seller_name - the name of the store

    • name - name of the product
    • link - link to the page that needs a request

    This part needs webscraping

    • div_name - the div name that wraps the product info
    • status - the name of the class that describes the product's availability
    • tag - the tag that wraps the status (ex: p, div...)
    • in_stock - the keyword for the stock being available
    • out_stock - the keyword for the stock not being available

XML file format

<xmp> </xmp>

About

Tool that crawls the web stores and checks if a product is available or not.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages