Skip to content

ewencluley/final-curtain

Repository files navigation

Final Curtain

Final Curtain is a website for checking the vital status (Dead or Alive) of the actors in a given film.

This is a second iteration on https://github.com/ewencluley/imdbdeadoralive which relied on screen scraping IMDB (as they have no api). Of course it eventually broke.

Data

This site uses The Movie DB API (https://developers.themoviedb.org) to get film/tv show and actor data.

How-to

Run

First you will need to set the TMDB_API_KEY environment variable to your TMDB api key.

python manage.py runserver

or

gunicorn finalcurtain.wsgi

Run Unit Tests

python manage.py test

About

Web site for checking the vital status of the actors in any film or tv show

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published