Skip to content

RichTeaMan/DeathClock

Repository files navigation

DeathClock

This is a grim project that attempts to predict upcoming deaths of people from their Wikipedia articles.

Cake Tasks

This project uses Cake.

  • cake -target=Clean
  • cake -target=Build
  • cake -target=Test
  • cake -target=Run

Api Keys

This project requires an api key from The Movie DB.

Then add it to the secrets of the project with the dotnet CLI from the DeathClock project directory:

dotnet user-secrets set TmdbApiKey <api key>

CI

Windows Linux
Master Build status Build Status

Docker

The Deathclock can be summoned from Docker:

docker build -t deathclock .

docker volume create deathclock_data
docker run -d -v deathclock_data:/var/deathclock deathclock

Insights from the necromicon will be rested in the deathclock_data volume.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published