neg-c / webscraper-py

First Web Scraper attempt

Repository from Github https://github.comneg-c/webscraper-pyRepository from Github https://github.comneg-c/webscraper-py

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

About

First Web Scraper attempt


Languages

Language:Python 100.0%