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.0.tar.gz
(2.6 kB
view details)
Built Distribution
File details
Details for the file pysinric-0.1.0.tar.gz
.
File metadata
- Download URL: pysinric-0.1.0.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 | 976743914c6e32eadccb5e4bbb441158feb96ab5130af7f7a51804865402ac6f |
|
MD5 | 63d06ea29ef842ce879b8f8b8bc9ac63 |
|
BLAKE2b-256 | af944d2b5f09246de4e59e5ca86d25c6f9f93e7fdab64d9c7a532ff6eeee40e3 |
File details
Details for the file pysinric-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: pysinric-0.1.0-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 | 24dfe70c7a63b31d7af1c6cc27950d46dc000ac3254b6fd4807bcbceb0282b5d |
|
MD5 | c5581a7e3f5705787bcda0151def3c02 |
|
BLAKE2b-256 | ac6aed4247b43d783641bdcd242b44521eb0fb751560bac39e561361e66832d3 |