typetalk - Send a message to typetalk

Author:Takashi Someda <someda@isenshi.com>

Synopsis

New in version 1.6.

Send a message to typetalk using typetalk API ( http://developers.typetalk.in/ )

Options

parameter required default choices comments
client_id yes
    OAuth2 client ID
    client_secret yes
      OAuth2 client secret
      msg yes
        message body
        topic yes
          topic id to post message

          Note

          Requires urllib

          Note

          Requires urllib2

          Note

          Requires json

          Examples


          - typetalk: client_id=12345 client_secret=12345 topic=1 msg="install completed"

          Table Of Contents

          Previous topic

          twilio - Sends a text message to a mobile phone through Twilio.

          Next topic

          Packaging Modules