Python API to control Amazon Echo Devices Programatically.
Project description
alexapy
Python Package for controlling Alexa devices (echo dot, etc) programmatically. This was originally designed for alexa_media_player a custom_component for Home Assistant.
NOTE: Alexa has no official API; therefore, this library may stop working at any time without warning.
Credits
Originally inspired by this blog (GitHub). Additional scaffolding from simplisafe-python
Contributing
- Check for open features/bugs or initiate a discussion on one.
- Fork the repository.
- Install the dev environment:
make init
. - Enter the virtual environment:
pipenv shell
- Code your new feature or bug fix.
- Write a test that covers your new functionality.
- Update
README.md
with any new documentation. - Run tests and ensure 100% code coverage for your contribution:
make coverage
- Ensure you have no linting errors:
make lint
- Ensure you have typed your code correctly:
make typing
- Add yourself to
AUTHORS.md
. - Submit a pull request!
License
Apache-2.0. By providing a contribution, you agree the contribution is licensed under Apache-2.0.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
AlexaPy-1.6.0.tar.gz
(25.6 kB
view details)
Built Distribution
AlexaPy-1.6.0-py3-none-any.whl
(31.7 kB
view details)
File details
Details for the file AlexaPy-1.6.0.tar.gz
.
File metadata
- Download URL: AlexaPy-1.6.0.tar.gz
- Upload date:
- Size: 25.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.7.6 Darwin/18.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2d3fb52bdc8d1f0686ab3504ee7e2eb3acde08e01d53a5a391bbcf773e5e4fe |
|
MD5 | 33276a2e0c7082e9251ca7f589cc4a34 |
|
BLAKE2b-256 | f84605926f0803ec330c82cf67e7c763656c7db5a311111d2ca6004a7858b69e |
File details
Details for the file AlexaPy-1.6.0-py3-none-any.whl
.
File metadata
- Download URL: AlexaPy-1.6.0-py3-none-any.whl
- Upload date:
- Size: 31.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.7.6 Darwin/18.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93b80b03a9e5ee61cc8272bb41837fc9230cfcee9b85f3412b5227bdd1eb442f |
|
MD5 | 83bf610240c35f1094c05e3ef7944dd8 |
|
BLAKE2b-256 | c9b9bfc54296dc1a0f17604c49019628a650f77da7f83048073b0f2539615fee |