Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 409 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 409 Bytes

WebScraping

This python script is the implementation of Web Scraping using BeautifulSoup. A product page from flipkart was scraped. The output csv is in the same repository.

The requirements are:

  • Requests
  • BeautifulSoup4