Skip to content

a simple crawler and analyzer for the IMDB website

Notifications You must be signed in to change notification settings

hadisfr/simple-IMDB-analyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

a simple crawler and analyzer for the IMDB website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%