Skip to content
This repository was archived by the owner on May 17, 2025. It is now read-only.

dusktreader/hippy-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hippy-chat

Hipchat logging handler for python

This package provides a logging handler that can send messages to a hipchat room in the form of notifications.

Requirements

  • Python 3

Installing

Install using pip:

$ pip install hippy-chat

Using

Setup the handler with the needed credentials for the hipchat server's api that you will be sending messages to:

from hippy_chat.handler import HipchatHandler

handler = HipchatHandler(
    'https://some_hipchat_server', 'some-room', 'SOME_HIPCHAT_API_TOKEN',
)
logger.addHandler(handler)

Contributing

In order to get your environment set up for development, it is recommended to use virtualenv and pip to install dev dependencies:

$ virtualenv --python=python3 env
$ source env/bin/activate
$ pip install -e .[dev]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages