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.
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.
python3 tv_show.py the big bang theory
This project is licensed under the MIT License - see the LICENCE.md file for details.