Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 656 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 656 Bytes

Python Web Scrapper

Disclamier

This program is written for demonstration purposes only , us it at your own risk !

Getting Started

This is as sample of a web scrapper written in python.As an example is uses Herold to create a excel file with content from different pages(27 pages). It uses the BeautifulSoup library to parse the html from the webpage, and xlsxwriter to create the XLSX(Excel) file.

Prerequisites

  1. BeautifulSoup
  • $ pip install beautifulsoup4
  1. XlsxWriter
  • $ pip install XlsxWriter