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.dev3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c247eae645df4498427297ede1871a29f440a2abe65dcb4a48b6bcc3fdd12cf1 |
|
MD5 | 46e43fa7e7f54318d93c1a11ecab136b |
|
BLAKE2b-256 | 01ea9945b7ea7e5a0ed18bd3606be1370bbbb8b6a149183b6388e26bda11b542 |