Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 559 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 559 Bytes

Web Scraping

Web scraping is the process of getting useful information from the web.

This repository help you to scrape data from instructables.com

As a demo three links have been already added in the code.

Running the code

  • Clone the repository on your local system
  • Make sure you have beautifulSoup4 installed on yur system If not then run pip install beautifulsoup4 in your terminal
  • Then enter the repository directory and then run the python file using following command: python scrape.py
  • You will find 3 files made for three urls