Skip to main content

circuit-webhook is a python client library for Unify Circuit api Incoming Webhooks on Python 3.6 and above.

Project description

circuit-webhook

PyPI License: MIT PyPI - Python Version Downloads

circuit-webhook is a python client library for Unify Circuit api Incoming Webhooks on Python 3.6 and above.

Installation

$ pip install circuit-webhook

Usage

from circuit_webhook import Circuit

circuit = Circuit(url='https://eu.yourcircuit.com/rest/v2/webhooks/incoming/XXX')
circuit.post(text="Hello, world.")

Getting started

For help getting started with Incoming Webhooks, view online documentation.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

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

circuit-webhook-1.0.1.tar.gz (2.1 kB view hashes)

Uploaded Source

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