Scraping some of the famous sites and finding out some interesting facts automatically using BeautifulSoup library.
We have performed the following actions:
- Scraped a page from flipkart website and found out the details of the items on the page along with their prices.
- Scraped a page from imdb and collected a list of movies on the page along with their imdb raings.
- Scraped codeforces website and calculated the percentage of unrated users of the website.
- Scraped wikipaedia website and calculated the total number of bollywood movies produced in the last 100 years.