An open API service indexing awesome lists of open source software.

https://github.com/fcracker79/chattyraspi-script

Ask your Alexa device to run arbitrary commands
https://github.com/fcracker79/chattyraspi-script

Last synced: 2 months ago
JSON representation

Ask your Alexa device to run arbitrary commands

Awesome Lists containing this project

README

          

ChattyRaspi script
======

ChattyRaspi script allows you to run arbitrary code on your machine by using Alexa interface.

Installation
------------

```sh
pip install chattyraspi-script
```

Basic examples
--------------

```bash

$> chattyraspi-script \
--config-file devices_configuration.yaml \
--on-cmd "systemctl start openvpn.service" \
--off-cmd "systemctl stop openvpn.service" \
--is-on-cmd "systemctl status openvpn.service"

```