Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hubot-archive/hubot-google-translate
Allows Hubot to know many languages using Google Translate
https://github.com/hubot-archive/hubot-google-translate
Last synced: about 21 hours ago
JSON representation
Allows Hubot to know many languages using Google Translate
- Host: GitHub
- URL: https://github.com/hubot-archive/hubot-google-translate
- Owner: hubot-archive
- Created: 2014-08-27T00:04:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T12:34:47.000Z (almost 7 years ago)
- Last Synced: 2024-11-13T09:46:09.463Z (3 days ago)
- Language: CoffeeScript
- Size: 9.77 KB
- Stars: 63
- Watchers: 7
- Forks: 36
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hubot-google-translate
Allows Hubot to know many languages using Google Translate
See [`src/google-translate.coffee`](src/google-translate.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-google-translate --save`
Then add **hubot-google-translate** to your `external-scripts.json`:
```json
[
"hubot-google-translate"
]
```## Sample Interaction
```
user> hubot translate me bienvenu
hubot> " bienvenu" is Turkish for " Bienvenu "
user> hubot translate me from french into english bienvenu
hubot> The French " bienvenu" translates as " Welcome " in English
```