Little tool to examine an actors popularity over time
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.gzflask runThen go to localhost:5000

