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
- Host: GitHub
- URL: https://github.com/fcracker79/chattyraspi-script
- Owner: fcracker79
- License: mit
- Created: 2021-12-07T13:55:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-07T15:33:30.000Z (over 4 years ago)
- Last Synced: 2026-01-05T02:23:42.891Z (5 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```