/Web_Scraping_Project_0001

Web scraping is the process of using bots to extract content and data from a website.

Primary LanguagePythonApache License 2.0Apache-2.0

WEB_SCRAPING_PROJECT_0001

Web Scraping : The process of using bots to extract content and data from a website. Unlike screen scraping, which only copies pixels displayed onscreen, web scraping extracts underlying HTML code and, with it, data stored in a database. The scraper can then replicate entire website content elsewhere.

Get Necessary details about ebay product review data using web scraping, use python as programming language.

PRODUCT REVIEWS
Apple iPhone XS - 64GB - Space Gray - Carrier Unlocked - NO FACE ID

PACKAGES

  • BeautifulSoup : Beautiful Soup is a Python package for parsing HTML and XML documents.
  • requests : Requests is a HTTP library for the Python programming language. The goal of the project is to make HTTP requests simpler and more human-friendly.
  • openpyxl : openpyxl is a Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files.

INSTALL

pip install {Package}

LICENSE