Skip to main content

Tiny tool for sending messages to google chat via http webhook

Project description

Ghee echoes to Google Hangouts Chat easly

How to install

Simply:

pip install ghee

How to use

You should now have a command line application:

ghee https://chat.googleapis.com/v1/... The message you want to send!

It's extremely dumb. First argument is the Google Chat room webhook URL. Everything that follows is the message (*bold* and _italics_ work).

For the information about the api go to: https://developers.google.com/hangouts/chat/how-tos/webhooks

Create PyPI package

Important: following assumes that you are using virtualenv.

Install build tools:

$ pip install --upgrade pip setuptools wheel

Build package:

$ python setup.py sdist bdist_wheel
# [output edited out]
$ ls -l dist 
total 8
-rw-rw-r-- 1 michal_chalupczak michal_chalupczak 3032 paź  7 16:22 ghee-0.0.1-py3-none-any.whl
-rw-rw-r-- 1 michal_chalupczak michal_chalupczak 1602 paź  7 16:22 ghee-0.0.1.tar.gz

Upload the package to the PyPI!

Important: following assumes that you are using virtualenv.

Install upload tools:

$ pip install --upgrade twine

First register at the test repo: https://test.pypi.org/account/register/ and upload:

$ twine upload --repository-url https://test.pypi.org/legacy/ dist/*

And check if that worked:

$ pip install --index-url https://test.pypi.org/simple/ --no-deps ghee

If that worked repeat with the real https://pypi.org/.

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

ghee-0.0.3.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

ghee-0.0.3-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file ghee-0.0.3.tar.gz.

File metadata

  • Download URL: ghee-0.0.3.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.5rc1+

File hashes

Hashes for ghee-0.0.3.tar.gz
Algorithm Hash digest
SHA256 471a5387711fc2300da07aaa1948945daac1f395f1b55616bef805e79c6f2aa8
MD5 aa22132c50f690a47301c452fb31c043
BLAKE2b-256 f8e1dcbe211e5e03d8fb663444e983e040a4beb499bb05049e70a585512d993d

See more details on using hashes here.

File details

Details for the file ghee-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: ghee-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 3.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.5rc1+

File hashes

Hashes for ghee-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 bb109c4d9bfa1dbea1d24ee3fe8e5d3922684e0343a553328b8166d4181747f7
MD5 51043f0e731b564cdd445515ac09b8d7
BLAKE2b-256 deffda80285f67b72bf88e1741e65e4067d9ae7b5e8cf93e64cae913965f5dea

See more details on using hashes here.

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