My attempt to clone the effort at GraphTV
tldr; Plot the ratings of all episodes of a TV series
- This project is helping me learn Python
- GraphTV does not have all the series I want to look up
The tech I have used:
- To scrap IMDB for ratings - Scrapy
- For the Website - Flask
- To plot the graph - Currently CanvasJS. Exploring other options as I can think of different kinds of visualization.
There are 3 folders
-
data: Contains the data scraped from the website. Could possibly contain a database and a format that the graphing library can take in directly
-
scraper: Scrapy based scraper
-
website: Flask based website
