A simple web scraper, written using scrapy.
Visits vendors sites, scrapes down all of their product information, and prepares a CSV file for upload into shopify.
Supports:
conda install -c conda-forge scrapy
pip install scrapy
scrapy runspider clarkeSpider.py -o clarkeSite.json
For handy debug information, see this guide