Skip to content

oliverwarne/actor_popularity_over_time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actor popularity over time

Little tool to examine an actors popularity over time

Installation

Use pip to install the requirements.txt. Then set an environment variable, OMDB_API_KEY, to a valid The Movie Database API key. You'll also need to extract pi.json. This file contains the names and ids of all actors in TMDb

pip install -r requirements.txt
export OMDB_API_KEY=xxxapikeyherexxx
tar -zxvf pi.json.tar.gz

Usage

flask run

Then go to localhost:5000

Screenshots

Daniel Radcliffe graph Meryl Streep graph

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors