Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 359 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 359 Bytes

Web-Scraping-Extract-Links

This is a basic web scraper to extract hyper links from webpages

This code uses the BeautifulSoup library to extract the links in any webpage.

The user needs to enter the website from where links have to be extracted.

This code uses the "a" tag in the HTML code to help extract all the links that are embedded in the web page.