A Alexa skill for reading news and evaluating the sentiment from specific websites. So you can only listen to positive news.
Go to file
Patrice 78054e59d0 added sentiment, removed docker stuff for now 2019-05-21 22:43:57 +02:00
.vscode TODO: Output 2019-04-26 22:53:04 +02:00
Images + doc 2019-05-13 12:23:26 +02:00
docker-nginx-reverse-proxy-ssl added sentiment, removed docker stuff for now 2019-05-21 22:43:57 +02:00
reader added sentiment, removed docker stuff for now 2019-05-21 22:43:57 +02:00
.gitignore cert stuff :( 2019-05-15 15:58:28 +02:00
ngrok.exe spiegel works / golem not 2019-05-07 20:10:28 +02:00
readme.md Update readme.md 2019-05-13 12:26:15 +02:00
requirements added sentiment, removed docker stuff for now 2019-05-21 22:43:57 +02:00

readme.md

An Alexa Skill for reading news sites

Supports: Spiegel.de, Golem.de

How to expand the supported Sites:

  1. in siteobj.py create a new class for your Site
  2. Follow the examples for Golem or Spiegel
  3. fill the xPath Dict with the needed xPath expressions
  4. update the get_site_obj() in main.py
  5. exapnd the "Site" type in the Amazon developer console

Interaction Flow:

Interaction Flow