sbshah97 / jabong-scraper

Web Scraper to get information about products.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scraper to Scrape items on Jabong

Language Used

  • Python 2.7

Python Modules Used

  • bs4
  • requests
  • re
  • sys
  • time
  • csv

Instructions to run

  • Check what your Python version is
python --version

Install Dependencies

pip install -r requirements.txt
  • To run the code kindly run it as Python 2
python jabong.py

OR

python2 jabong.py
  • In order to run the Jupyter Notebook, kindly start the Jupyter Notebook server first
jupyter notebook
- Go to the localhost and start the Jupyter Notebook.
- Then run the blocks of code using `alt+enter`

Contributing Guidelines

  • Kindly raise an Issue in the Issue Tracker and then send a Pull Request accordingly.

About

Web Scraper to get information about products.

License:MIT License


Languages

Language:Jupyter Notebook 65.3%Language:Python 34.7%