Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ligo_rrt_chat-0.1.0.dev2.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

ligo_rrt_chat-0.1.0.dev2-py3-none-any.whl (6.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page