A python package for your sinric alexa skill
Project description
- This is a python library for alexa home automation skill
SINRIC (https://sinric.com/)
Functions:
Control your home appliances using alexa
Installation :
Python3
pip3 install pysinric --user
or
Python
pip install pysinric --user
Implementing :
from sinric import Sinric
from time import sleep
apiKey = 'Replace with your api key' # https://sinric.com
response = any
if __name__ == '__main__':
obj = Sinric(apiKey)
while True:
response = obj.initialize()
print(response)
sleep(2)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pysinric-0.1.1.tar.gz
(2.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pysinric-0.1.1.tar.gz.
File metadata
- Download URL: pysinric-0.1.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8e9b3fdd0f76cd13272a1ba9591f86f13feefde469417bbad64793230f41a30
|
|
| MD5 |
e41f67f76b780a0fd3f18f0ed3dfb166
|
|
| BLAKE2b-256 |
f3393f477789ed184d93f24b63bced9a69f10cd62738385c08eb4702fabb235d
|
File details
Details for the file pysinric-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pysinric-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5ee4ed3ed51de405e70dca638b30dc28a57755d42422788a2ed1363c0202348
|
|
| MD5 |
fec99c6976e8dc2cabd449a4420cd84b
|
|
| BLAKE2b-256 |
cd47c76ab05607affe5839ca349a989b107a8b5e59b6f52d90b617bc91c50424
|