Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 265 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 265 Bytes

Web-Scraping

Web Scraping is the act of extracting data or information from websites with or without the consent of the website owner. Using python we can scrap the website data.The prerequisite are installing the following modules: Beautiful Soup and requests