The code to run the smart speaker theatre. Based on the intents that are detected from the user interaction, the speakers do particular things and actions.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
jocavdh a01b5221b6 first commit 5 years ago
play_scripts first commit 5 years ago
tmp first commit 5 years ago
.gitignore first commit 5 years ago
README.md first commit 5 years ago
action-play.py first commit 5 years ago
config.py first commit 5 years ago
logic.py first commit 5 years ago
requirements.txt first commit 5 years ago
setup.sh first commit 5 years ago

README.md

Pick something random app for Snips

Build status Maintainability Code quality Python versions GitHub license Languages Snips App Store

With this Snips app, you can ask for random numbers and dates, to flip a coin and to roll a die or multiple dice.

Installation

The easiest way to install this app is by adding the Snips app Pick something random to your assistant in the Snips Console.

Usage

This app recognizes the following intents:

  • FlipCoin - The user asks to flip a coin. The app reasponds with heads or tails.
  • RandomNumber - The user asks to pick a random number between two numbers. The app responds with a number.
  • RandomDate - The user asks to pick a random date, optionally in a specific period. The app responds with a date in the specified time period.
  • RollDice - The user asks to roll a die or multiple dice (specified in words or in dice notation). The app responds with the numbers.

This app is provided by Koen Vervloesem as open source software. See LICENSE for more information.