bearychat-py

A simple package for interacting with bearychat.


License
MIT
Install
pip install bearychat-py==0.3.1

Documentation

bearychat-py

A simple package for interacting with bearychat's API.

Build Status

Usage

Incoming Message

>>> import bearychat
>>> bearychat.Incoming('https://hook.bearychat.com').with_text('hello, world').push()

Installation

pip install bearychat-py

LICENSE

MIT