SDK for BearyChat
Project description
Requirements
- Python: 2.7/3.5
- requests
Installation
Use pip to install bearychat SDK.
$ pip install bearychat
or for development:
$ git clone https://github.com/bearyinnovative/bearychat.py.git $ cd bearychat.py $ python setup.py install
Examples
Incoming
from bearychat import incoming def main(): data = { "text": "hello, **world**", "markdown": True, "notification": "Hello, BearyChat in Notification", "channel": "testing" } resp = incoming.send( "https://hook.bearychat.com/=bw52O/incoming/token", data) print(resp.status_code) print(resp.text) if __name__ == "__main__": main()
Real Time Message
BearyChat SDK DOES NOT provide rtm loop, you should implement it with your favorite websocket library.
A reference implmenetation can be found at examples/rtm_loop.py
Development
OpenAPI Client Building
$ ./scripts/gen_api.py > bearychat/openapi/_api.py
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size bearychat-0.4.1.tar.gz (8.5 kB) | File type Source | Python version None | Upload date | Hashes View |