Skip to content

Parse a retailer website to create a CSV file containing the product's ID, name, and price for a specified product brand. Write a function that will take a list of product IDs and parse it to a CSV file containing the ID and inventory.

Notifications You must be signed in to change notification settings

Coniferish/Arborian_Web_Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arborian_Web_Scraper

Exercise 1: Write a function that parses a retailer website to create a CSV file containing the product's ID, name, and price for a specified product brand.

Exercise 2: Write a function that will take a list of product IDs and parse it to a CSV file containing the ID and inventory.

Setup

$ git clone https://github.com/coniferous01/Arborian_Web_Scraper/
python setup.py install

Output files are are saved to local computer's Users folder. For example, "C:\Users\John J"

About

Parse a retailer website to create a CSV file containing the product's ID, name, and price for a specified product brand. Write a function that will take a list of product IDs and parse it to a CSV file containing the ID and inventory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published