An open API service indexing awesome lists of open source software.

https://github.com/is2ei/cabot-alert-typetalk

This is an alert plugin for Cabot. It will send notifications to Typetalk.
https://github.com/is2ei/cabot-alert-typetalk

typetalk

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

          

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}
```