https://github.com/lgaticaq/hubot-vimeo
A hubot script for searching Vimeo
https://github.com/lgaticaq/hubot-vimeo
hubot-scripts huemul-scripts vimeo
Last synced: 11 months ago
JSON representation
A hubot script for searching Vimeo
- Host: GitHub
- URL: https://github.com/lgaticaq/hubot-vimeo
- Owner: lgaticaq
- License: mit
- Created: 2016-01-15T04:54:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T20:06:48.000Z (over 1 year ago)
- Last Synced: 2024-11-15T21:19:04.258Z (over 1 year ago)
- Topics: hubot-scripts, huemul-scripts, vimeo
- Language: JavaScript
- Size: 971 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# hubot-vimeo
[](https://www.npmjs.com/package/hubot-vimeo)
[](https://www.npmjs.com/package/hubot-vimeo)
[](https://travis-ci.org/lgaticaq/hubot-vimeo)
[](https://coveralls.io/github/lgaticaq/hubot-vimeo?branch=master)
[](https://codeclimate.com/github/lgaticaq/hubot-vimeo/maintainability)
[](https://david-dm.org/lgaticaq/hubot-vimeo#info=dependencies)
[](https://david-dm.org/lgaticaq/hubot-vimeo#info=devDependencies)
> A hubot script for searching Vimeo
## Installation
```bash
npm i -S hubot-vimeo
```
add `["hubot-vimeo"]` to `external-scripts.json`.
Get *Client Identifier*, *Client Secrets*, *Access token* from https://developer.vimeo.com/apps and copy to environment variable.
```bash
export VIMEO_CLIENT_ID=
export VIMEO_CLIENT_SECRET=
export VIMEO_ACCESS_TOKEN=
```
## Examples
`hubot vimeo breaking bad illustrated` -> `https://vimeo.com/martinwoutisseth/httpwwwflickrcomphotosmwoutisseth7949247876inset-72157`
## License
[MIT](https://tldrlegal.com/license/mit-license)