No project description provided
Project description
Chat
Create a mattermost chat for discussing superevents.
Usage
This current version uses a simple superevent_dictionary containing superevent_id to make mattermost channels. It only works if the .netrc file has a "mattermost-bot" login with appropiate token as password.
A response
object gets the response form the mattermost api
If there is no response, the channel creation succeeded
The new channel name will be RRT {superevent_id}
A post will be made in this channel with a corresponding
grace_db playground url.
from ligo.rrt_chat import channel_creation
import json
res = channel_creation.rrt_channel_creation(superevent_dict)
if res is not None:
print("channel creation failed {}".format(json.loads(res.text)))
else:
print("channel creation succeded")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for ligo_rrt_chat-0.1.0.dev1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33dac5dd84e7693ea33b4eaebc365dc70ca9b10565128fbd9b572f641c9db1f6 |
|
MD5 | e80ccb8ebfdd037c1d2da58a639d5628 |
|
BLAKE2b-256 | c880bfe913af66666163b1f4f53ed0a948eac8d4d260d04901097ba14bd425d6 |