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 63c0bb012f | 6 years ago | |
---|---|---|
play_scripts | 6 years ago | |
tmp | 6 years ago | |
.gitignore | 6 years ago | |
README.md | 6 years ago | |
action-play.py | 6 years ago | |
config.py | 6 years ago | |
logic.py | 6 years ago | |
requirements.txt | 6 years ago | |
setup.sh | 6 years ago |
README.md
Pick something random app for Snips
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.
Copyright
This app is provided by Koen Vervloesem as open source software. See LICENSE for more information.