Skip to content

A python program that scrapes and plots TV show ratings from IMDB.

License

Notifications You must be signed in to change notification settings

steynvl/tv-show-ratings-grapher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TV show ratings grapher

A python script which can be ran with a TV show as command line argument and then the script web scrapes the IMDB ratings of the show's episodes and plots the data for you.

Installing

It is assumed you have python3 installed along with the following third party libraries

  • Requests - HTTP library for Python.
  • NumPy - The fundamental package for scientific computing with Python.
  • Matplotlib - Python 2D plotting library.
  • SciPy - Fundamental library for scientific computing.
  • BeautifulSoup - HTML parser.

I would suggest installing the above libraries using pip.

Running

python3 tv_show.py the big bang theory

License

This project is licensed under the MIT License - see the LICENCE.md file for details.

About

A python program that scrapes and plots TV show ratings from IMDB.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages