https://github.com/tilap/hubot-slack-scrapfy
A robot to open scrapfy room from a slack channel
https://github.com/tilap/hubot-slack-scrapfy
Last synced: over 1 year ago
JSON representation
A robot to open scrapfy room from a slack channel
- Host: GitHub
- URL: https://github.com/tilap/hubot-slack-scrapfy
- Owner: tilap
- License: mit
- Created: 2015-07-27T08:56:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-27T10:25:37.000Z (almost 11 years ago)
- Last Synced: 2025-01-08T06:36:10.491Z (over 1 year ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Hubot Slack Scrapfy [![NPM version][npm-image]][npm-url] [![Github issues][github-issues-image]][github-issues-url] [![Github license][github-license-image]][github-license-url]
============================
**Hubot Slack Scrapfy** is a Slack bot that create [ScrapFy](http://scrapfy.io/) rooms on demand.
See [release notes page](https://github.com/tilap/hubot-slack-scrapfy/blob/master/CHANGELOG.md) for updates.
## Installation
In hubot project repository, run:
`npm install --save hubot-slack-scrapfy`
Then add **hubot-slack-scrapfy** to your `external-scripts.json`:
```json
["hubot-slack-scrapfy"]
```
_If you already have the "hubot-help" script, the Hubot Slack Scrapfy documentation will be happened to the help response_
## Configure
No configuration needed.
## Examples
**Create a scrapfy room**
```
user>> hubot scrapfy
```
**Create a scrapfy room with language set up**
```
user>> hubot scrapfy javascript
```
**Display the available languages**
```
user>> hubot scrapfy infos
```
[npm-image]: https://img.shields.io/npm/v/hubot-slack-scrapfy.svg?style=flat
[npm-url]: https://npmjs.org/package/hubot-slack-scrapfy
[github-issues-image]: https://img.shields.io/github/issues/tilap/hubot-slack-scrapfy.svg
[github-issues-url]: https://github.com/tilap/hubot-slack-scrapfy/issues
[github-license-image]: https://img.shields.io/badge/license-MIT-blue.svg
[github-license-url]: https://github.com/tilap/hubot-slack-scrapfy/blob/master/LICENSE