Skip to main content

Interact and easily use Google Chat room webhooks.

Project description

Chat Webhooks

Easily interact and send messages with Google Chat's webhooks feature. This API is small, but should be a nice framework for working with any webhook.

Installation

python -m pip install -U chat_webhooks

Getting Started

# API Example
from chat_webhooks import ChatWebhook

chat = ChatWebhook("WEBHOOK_URL")
chat.send("Hello, world!")
# Shell example
$ python -m chat_webhooks -w "WEBHOOK_URL"

# Interactive Google Chat webhook client
# Made by BD103

> Hello, world!

More Documentation

You can view a short guide here.

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

chat-webhooks-1.0.1.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

chat_webhooks-1.0.1-py3-none-any.whl (7.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