Skip to content

mirannda/simple_ecommerce_scrapper

 
 

Repository files navigation

Simple ecommerce webscrapper

This is a simple ecommerce webscrapper as well as a jupyter notebook file showcasing the initial exploration of the scrapped pages.

Dependencies

I recommend you use anaconda, more info on: https://anaconda.org/.

After installing conda you can create a virtual environment as follows:

conda env create -f environment.yml
source activate scraping_env

Another option is to install needed packages with your favorite third-party package manager, like pip for example:

pip install -r requirements.txt

Usage

The crawler

python ecommerce_spider.py

The notebook

jupyter notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 88.4%
  • Python 11.6%