/WikiScrapper

A wikipdia page scrapper which represents the data in dataframe

Primary LanguagePython

WikiScrapper

WikiScrapper is web-Scrapper of a wikipedia page using BeautifulSoup.

Requirements

  • BeautifulSoup
  • pandas

How to Run

  1. Choose a url link which is to be scrapped.
  2. The columns in dataframe is decided according the data suppoossed to be scrapped
  3. Run file with python3 <filename>.py