/WebScraper

To scrape multiple web pages with Python using BeautifulSoup and requests.

Primary LanguagePython

WebScraper

To scrape multiple web pages with Python using BeautifulSoup and requests.

What are we Scrapping

We are scraping following details of a movie from the IMDB website.

  • Name
  • Year
  • IMDB rating
  • Meta score
  • Votes

drawing

Third party Packages

For reference: