GithubHelp home page GithubHelp logo

abdelrhman2022 / automation-extract-imdb-movie-ratings-and-their-details-using-selenium-beautifulsoup Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 6.3 MB

I automated scrape the IMDb movie ratings and their details with the help of the BeautifulSoup and Selenium libraries of Python, then store data in csv file

Python 100.00%

automation-extract-imdb-movie-ratings-and-their-details-using-selenium-beautifulsoup's Introduction

Automation Extract IMDb Movie Ratings And Their Details Using Selenium Beautifulsoup

I automated scrape the IMDb movie ratings and their details with the help of the BeautifulSoup and Selenium libraries of Python then store scraped data in CSV file

  Data we need to extract

 - Movie Title
 - Year
 - Duration
 - Genre
 - Rating

Demo Video

Automation Extract IMDb Movie Ratings And Their Details

Modules Needed:

Below is the list of modules required to scrape from IMDB.

  • requests: Requests library is an integral part of Python for making HTTP requests to a specified URL. Whether it be REST APIs or Web Scrapping, requests must be learned for proceeding further with these technologies. When one makes a request to a URI, it returns a response.
  • bs4: BeautifulSoup object is provided by Beautiful Soup which is a web scraping framework for Python. Web scraping is the process of extracting data from the website using automated tools to make the process faster.
  • pandas: Pandas is a library made over the NumPy library which provides various data structures and operators to manipulate the numerical data.
  • Selenium: Selenium bindings provide a convenient API to access Selenium Web Driver like Firefox, Chrome, etc. Selenium WebDriver is an automation testing tool. When I say automation, it means it automates test scripts written in Selenium.

Sample Dataset

IMDb Movie Ratings And Their Details

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.