Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 367 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 367 Bytes

Cabot Alert Typetalk

This is an alert plugin for Cabot. It will send notifications to Typetalk.

Install

Enter the cabot virtual environment:

$ pip install cabot-alert-typetalk

Enable plugin

Edit conf/*.env

CABOT_PLUGINS_ENABLED=cabot_alert_typetalk
...
TYPETALK_TOKEN={YOUR_TYPETALK_TOKEN}
TYPETALK_TOPIC_ID={YOUR_TYPETALK_TOPIC_ID}