- 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)
Release files for pysinric 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pysinric-0.1.1.tar.gz | 2.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pysinric-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.4 kB
Release files / pysinric-0.1.1.tar.gz
| Download URL | pysinric-0.1.1.tar.gz |
|---|---|
| Size | 2.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f8e9b3fdd0f76cd13272a1ba9591f86f13feefde469417bbad64793230f41a30
|
|
BLAKE2b-256 checksum How to use checksums |
f3393f477789ed184d93f24b63bced9a69f10cd62738385c08eb4702fabb235d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / pysinric-0.1.1-py3-none-any.whl
| Download URL | pysinric-0.1.1-py3-none-any.whl |
|---|---|
| Size | 4.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d5ee4ed3ed51de405e70dca638b30dc28a57755d42422788a2ed1363c0202348
|
|
BLAKE2b-256 checksum How to use checksums |
cd47c76ab05607affe5839ca349a989b107a8b5e59b6f52d90b617bc91c50424
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|