Skip to content

pavankm/tv-trends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imdb-scrapy

My attempt to clone the effort at GraphTV

tldr; Plot the ratings of all episodes of a TV series

Why?

  • This project is helping me learn Python
  • GraphTV does not have all the series I want to look up

How?

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.

Version 1 screen shot image

Project Structure

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

About

Scraping episodes ratings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors