Skip to content

prikhi/seed-pricing-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seed Pricing Scraper

Documentation Status

This scrapes various seed company websites for product information & prices.

It uses Python 3, along with Sphinx for documentation & Nose for testing.

Quickstart

Change into the pricescraper directory:

cd pricescraper

Stick a CSV named input.csv containing your Product's SKU, Name, Category, & Organic Status into the directory:

mv ~/input.csv .

Run the scraper:

python price_scraper.py

Building the Docs

You can install the required dependencies using pip, it's recommended to do this in a virtual environment:

python -m venv Env
source Env/bin/activate
pip install -r requirements/develop.txt

Then build the docs:

cd docs/
make html
firefox _build/html/index.html

You can also build a PDF of the documentation by running make latexpdf instead.

About

Scrapes Price Information From Various Seed Companies

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages