Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonybaloney/hubot-spark
A hubot integration for Cisco Spark
https://github.com/tonybaloney/hubot-spark
hubot hubot-adapter hubot-spark
Last synced: 7 days ago
JSON representation
A hubot integration for Cisco Spark
- Host: GitHub
- URL: https://github.com/tonybaloney/hubot-spark
- Owner: tonybaloney
- License: apache-2.0
- Created: 2016-03-22T00:49:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-07T11:51:03.000Z (almost 5 years ago)
- Last Synced: 2024-10-18T07:15:57.437Z (21 days ago)
- Topics: hubot, hubot-adapter, hubot-spark
- Language: CoffeeScript
- Size: 38.1 KB
- Stars: 14
- Watchers: 6
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-webex - hubot-spark - A Hubot integration (by tonybaloney). (Bot frameworks)
README
# Hubot Spark Adapter
[![Build Status](https://travis-ci.org/tonybaloney/hubot-spark.svg?branch=master)](https://travis-ci.org/tonybaloney/hubot-spark)
[![npm version](https://badge.fury.io/js/hubot-spark.svg)](https://badge.fury.io/js/hubot-spark)
## Description
This is the [Cisco Spark](https://developer.ciscospark.com) adapter for [Hubot](https://github.com/github/hubot) that allows communication in Spark channels.
## Installation
* Install dependencies with `npm install`
* Set environment variables (below)
* Run hubot with `bin/hubot -a spark -n name`## Configuration
The following environment variables are required for connecting :
* `HUBOT_SPARK_API_URI` - (optional, defaults to "https://api.ciscospark.com/v1")
* `HUBOT_SPARK_ACCESS_TOKEN` - Your API access token, generated from the Cisco Spark developer console
* `HUBOT_SPARK_ROOMS` - A list of room IDs that you want your bot to listen to, seperated with commas.## Thanks
I copied the framework from [hubot-yammer](https://github.com/athieriot/hubot-yammer) who copied it from [hubot-twitter](https://github.com/MathildeLemee/hubot-twitter.git)