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
- Host: GitHub
- URL: https://github.com/doist/twist-integration-examples
- Owner: Doist
- License: mit
- Created: 2017-11-09T12:04:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T23:09:25.000Z (over 3 years ago)
- Last Synced: 2025-03-28T10:21:47.789Z (over 1 year ago)
- Language: Go
- Homepage: https://developer.twist.com
- Size: 2.31 MB
- Stars: 2
- Watchers: 7
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)