https://github.com/nulab/hubot-typetalk
A hubot adapter for Typetalk.
https://github.com/nulab/hubot-typetalk
hubot-adapter typetalk
Last synced: 7 months ago
JSON representation
A hubot adapter for Typetalk.
- Host: GitHub
- URL: https://github.com/nulab/hubot-typetalk
- Owner: nulab
- License: mit
- Created: 2014-02-04T18:38:26.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T11:11:26.000Z (over 1 year ago)
- Last Synced: 2025-03-04T04:34:56.302Z (7 months ago)
- Topics: hubot-adapter, typetalk
- Language: JavaScript
- Homepage: https://www.npmjs.org/package/hubot-typetalk
- Size: 1.23 MB
- Stars: 18
- Watchers: 35
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hubot-typetalk
==============A Hubot adapter for [Typetalk](http://www.typetalk.com/).
[](https://travis-ci.org/nulab/hubot-typetalk)
[](https://coveralls.io/github/nulab/hubot-typetalk?branch=master)
[](http://badge.fury.io/js/hubot-typetalk)## Usage
1. Install hubot-typetalk.
```sh
$ npm install -g yo generator-hubot
$ yo hubot --adapter typetalk
```2. Set environment variables.
```sh
$ export HUBOT_TYPETALK_CLIENT_ID='DEADBEEF' # see https://developer.nulab.com/docs/typetalk/auth#client
$ export HUBOT_TYPETALK_CLIENT_SECRET='FACEFEED'
$ export HUBOT_TYPETALK_ROOMS='2321,2684' # comma separated
```3. Run.
```sh
$ bin/hubot -a typetalk
```## License
The MIT License. See `LICENSE` file.