Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 511 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 511 Bytes

Web_Scraper

My Simple approach to building web scraper using Beautiful Soup library in Python

Resources

I watched a bunch of youtube videos from channels like Data Science Dojo, Hitesh Choudhary and made these scripts.

Learning

This was a great experience for me as I learnt carefully inspecting a web page, finding where exactly the data is located, and to present it properly.