nazaninsbr / IMDB-Crawler

a crawler for the IMDB website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMDB-Crawler

This program crawls the IMDB website and generates the following results:

  • Names of movies and directors written in a file (movies.txt) separated by # in offline mode
  • a bar chart of the number of movies a director has made
    bar
  • a graph between the actors of these movies, the nodes are the actor names, they are connected by edges if they has been in a film together, the edges have weights. (Only in online mode.)
    graph
  • ratings of each movie based on demographic and rating percentages and ...

Use with --crawl flag for online mode or --file flag for offline mode.

About

a crawler for the IMDB website


Languages

Language:Python 100.0%