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 --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 hashes)

Uploaded Source

Built Distribution

pysinric-0.1.1-py3-none-any.whl (4.7 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