circuit-webhook
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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Release files for circuit-webhook 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| circuit-webhook-1.0.1.tar.gz | 2.1 kB | Details |
Release files / circuit-webhook-1.0.1.tar.gz
| Download URL | circuit-webhook-1.0.1.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
36178f2817f3764c3b8951e656b3b17fc65c42b6f54aadb13087eee0ff7e3e9c
|
|
BLAKE2b-256 checksum How to use checksums |
5f0fa88d8cc858b8b047f37c67e9791175f4d4e70bc1e06f3910c20cc5dce148
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.1.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/2.7.17
|