Skip to content

Files

Latest commit

 

History

History

Wiki_Scrapper

Wikipedia Scrapper

It is basically a technique or a process in which large amounts of data from a huge number of websites is passed through a web scraping software coded in a programming language and as a result, structured data is extracted which can be saved locally in text document.

Prerequisites

  • Python 3.x
  • Requests library (pip install requests)
  • BeautifulSoup library (pip install beautifulsoup4)

Usage

  1. Run the wiki_Scrapper.py script.
  2. Enter the wikipedia url in the right format
  3. The data will be scrapped from wikipedia and converted into text file.
  4. The text file will be saved.

Screenshots

Alt text

License

This project is licensed under the MIT License

Author

Shreya Nalawade