My Simple approach to building web scraper using Beautiful Soup library in Python
I watched a bunch of youtube videos from channels like Data Science Dojo, Hitesh Choudhary and made these scripts.
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.