Skip to main content

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

or

pip install pysinric

Implementing :

`pip install -r required.txt --user`
 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.0.2.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

pysinric-0.0.2-py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page