AlexaWP Miners Oberhausen is a WordPress plugin that integrates with Amazon Alexa to create and enable the creation of Alexa skills.
Goal of the project is the disability access to the Website of Miners Oberhausen
It allows you to use WordPress as an endpoint.
Fieldmanager is a dependency and must be installed and activated for AlexaWP to function fully as intended.
This project is built on top of Amazon Alexa PHP and the work of its authors as well as this Drupal project. Authors of those projects include: Jakub Suchy, Emanuele Corradini, Mathias Hansen, Chris Hamper
This project ist built on top of AlexaWP from Author Tom Harrigan
-
Install the Fieldmanager plugin. It is used for custom field, meta, and settings screens.
-
Download the zip of this repo and upload/install it manually in Wordpress
-
An SSL certificate is required on your site. You can use LetsEncrypt
A Briefings post type is created which is intended to be used for a Flash Briefing skill.
The endpoint for this will be at:
https://yourdomaim.com/wp-json/alexawp/v1/skill/briefing
A Skills post type is created for generic skill creation. Out of the box Fact/Quote skills can be created.
The endpoint for this will be at:
https://yourdomaim.com/wp-json/alexawp/v1/skill/(post_id)
This news/content skill will currently read the 5 latest headlines from your regular WordPress posts and allows the listener to choose a post to be read in full.
The endpoint for this will be at:
https://yourdomaim.com/wp-json/alexawp/v1/skill/news
- The project is in very eraly alpha stadium