Coder Social home page Coder Social logo

find-imdb-ratings's Introduction

Find IMDB Ratings

This script is used to fetch the Ratings, genre and the platforms available to stream of the films in your films folder that match with ones on IMDb.

The data is scraped from IMDB's official website and store in a CSV file. The csv file can be used for analysis then, sorting acc to rating etc.

Input: -> Path of the directory which contains the films.

Output: -> A new csv file - 'film_ratings.csv' - which contains the ratings for the films in your directory.

P.S. - Please ask for assign before making a PR.
Creation of new issues is encouraged.

Do a git pull from the master repo before making a new Pull Request using
git remote add upstream https://github.com/utkarshbajaj/Find-IMDB-Ratings
git fetch upstream
git pull upstream master

Prerequisites

This program uses and external dependency of 'BeautifulSoup' (for web scraping), 'requests' (for fetching content of the webpage), 'pandas' (to make the csv file), 'os' (to get data from directory).
These libraries can be installed easily by using the following command: pip install -r requirements.txt

How to run the script

  1. Install the requirements using the pip install -r requirements.txt command.
  2. Type the following command: python GUI.py
  3. Browse to the path where Films are located inside the folder
  4. A csv file with rating will be created in the same directory as the python file.

Sample use of the script

Script :

new

Folder :

Screenshot 2020-10-02 at 6 15 22 PM

Result: (Also stored in a csv file)

Screenshot 2020-10-02 at 6 23 29 PM

Author

Utkarsh Bajaj

Contributors

find-imdb-ratings's People

Contributors

aravindha1234u avatar eklipse18 avatar utkarshbajaj avatar vipul-bajaj avatar

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.