Source Code: https://github.com/chemelli74/aioamazondevices
Python library to control Amazon devices
Install this via pip (or your favourite package manager):
pip install aioamazondevices
Test the library with:
python library_test.py
The script accept command line arguments or a library_test.json config file:
{
"email": "<[email protected]>",
"password": "<my_password>",
"single_device_name": "Echo Dot Livingroom",
"cluster_device_name": "Everywhere",
"login_data_file": "out/login_data.json",
"test": true
}See wiki
See wiki
See wiki
Thanks goes to these wonderful people (emoji key):
|
Simone Chemelli |
jameson_uk |
Jeef |
Ivan F. Martinez |
Eyad Kobatte |
Flo |
|
Francesco Lo Faro |
Luis Chavez |
Mateusz Nowotyński |
tronikos |
This project follows the all-contributors specification. Contributions of any kind welcome!
This package was created with Copier and the browniebroke/pypackage-template project template.