snipssmartercoffee

Smarter Coffee skill for Snips


Keywords
snips
License
MIT
Install
pip install snipssmartercoffee==1.0

Documentation

Smart Coffee skill for Snips

Build Status PyPI MIT License

Installation

The skill is on PyPI, so you can just install it with pip:

$ pip install snipssmartercoffee

Snips Skills Manager

It is recommended that you use this skill with the Snips Skills Manager. Simply add the following section to your Snipsfile:

skills:
- package_name: snipssmartercoffee
  class_name: SnipsSmarterCoffee
  pip: snipssmartercoffee
  params:
    hostname: 192.168.163.100
  intents:
  - intent: BrewCoffee
    action: "brew"

Usage

The skill allows you to brew coffee using a Smarter Coffee machine. In order to use it, you need the IP address of your Smarter Coffee machine:

from snipssmartercoffee.snipssmartercoffee import SnipsSmarterCoffee

smarter = SnipsSmarterCoffee(ip)
smarter.brew()

Copyright

This skill is provided by Snips as Open Source software. See LICENSE.txt for more information.