Skip to main content

A Remotsy lib for use the Restfull API

Project description

Remotsy python library Build Status Codacy Badge

Remotsy is an infrared blaster device, is cloud controlled, this a Python library to control the Remotsy device via Rest API.

Installation

$ pip install remotsylib3

Example

from remotsylib3.api_async import (API, run_remotsy_api_call)

  if __name__ == "__main__":

      client = API()

      #Do the login and get the token
      token = run_remotsy_api_call(client.login(args.username, args.password))

      #Get the list of the controls
      lst_ctl = run_remotsy_api_call(client.list_controls())
      for ctl in lst_ctl:
          print("id %s Name %s" % (ctl["_id"], ctl['name']))

Authentication

You can use your remotsy username and password, but for security is recomended to generate a application password, logon in https://home.remotsy.com and use the option App Passwords.

Documentation API

The API documentation and links to additional resources are available at https://www.remotsy.com/help

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

remotsylib3-0.0.1.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

remotsylib3-0.0.1-py3-none-any.whl (4.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