/falke

Alexa skill to check when a Tatort is broadcasted

Primary LanguageJavaScriptMIT LicenseMIT

Kommissar Falke - Download bei Amazon

serverless license

Benutze dein Amazon Echo und frage Alexa wann der nächste Tatort läuft! Kommissar Falke weiß welche Folge als nächstes kommt und ob morgen oder übermorgen ein Tatort im Fernsehen kommt!

  • Alexa, frage Kommissar Falke wann der nächste Tatort läuft
  • Alexa, frage Kommissar Falke ob heute Tatort läuft

Falke Tatort Amazon Echo Alex Skill

Use your Amazon Echo and ask Alexa when the next episode of the German TV show Tatort is broadcasted.

serverless

This application uses the Serverless toolkit to setup AWS.

$ > cd functions && npm install && cd ..
$ > APP_ID=amzn1.ask.skill.XYZ npm run deploy:prod

Kommissar Falke consists of two AWS lambda functions. One for crawling new air times and one for responding to Alexa requests.

DynamoDB

The crawler stores all air times in a DynamoDB table.

{
  "channel": "WDR",
  "date": "2017-02-16T19:15:00Z",
  "episode": "Schmuggler",
  "show": "tatort",
  "uuid": "2017-02-16T19:15:00Z@WDR"
}

License

Feel free to use the code, it's released using the MIT license.

Contributors

Dependencies