Skip to content

Latest commit

 

History

History

README.md

SinricPro Python SDK Examples

Complete examples for all supported device types.

Quick Start

All examples follow the same pattern:

  1. Install dependencies:

    pip install sinricpro
  2. Get credentials from SinricPro Portal

  3. Set environment variables:

    export SINRICPRO_APP_KEY="your-app-key"
    export SINRICPRO_APP_SECRET="your-app-secret"
  4. Update device ID in the example file

  5. Run the example:

    python example_file.py

Happy building! 🚀