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

https://github.com/doist/twist-integration-examples

The repository for sample Twist integrations
https://github.com/doist/twist-integration-examples

Last synced: over 1 year ago
JSON representation

The repository for sample Twist integrations

Awesome Lists containing this project

README

          

Twist integration examples
==========================

This repository holds some code examples on how to build an
integration for Twist.

Examples
--------

## Channel Integration

### Python
* [GitHub issue -> Twist thread](channel_integration/python/)

### Node
* [GitHub issue -> Twist thread](channel_integration/node/)

### Go
* [GitHub issue -> Twist thread](channel_integration/go/)

## Bot Integration

### Node
* [Simple bot integration](bot_integration/node/)