Web scraping

Web Scraping Bot in Python

Web scraping describes the process of extracting data from a website. Instead of browsing manually through an entire website, such a bot allows to do the same task in a minimum time. Here, we build such a bot by using the *beautifulsoup4* library in Python.