Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hubot-garble

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-garble

Hubot script that garbles your text

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

NPM version Build Status Dependency Status Downloads

Hubot: Garble

Hubot script that garbles your text

Usage

In a chatroom, type:

hubot garble [1-9] <text>

Hubot will return garbled text by translating the original text N number of times, where N is an optional argument between 1 and 9 (default is 5).

Configuration

ENV variableDescription
YANDEX_TRANSLATE_API_KEYstring; a Yandex API key (required)
HUBOT_GARBLE_LOCAL_LANGUAGEstring; language code for chatroom language (optional; default is 'en')
HUBOT_GARBLE_TRANSLATION_PATH_LOGboolean; display the translation path that text followed during garbling process (optional; default is true)

Installation

Add the package hubot-garble as a dependency in your Hubot package.json file.

"dependencies": {
  "hubot-garble": "^1.0.0"
}

Run the following command to make sure the module is installed.

npm install hubot-garble

To enable the script, add the hubot-garble entry to the external-scripts.json file (you may need to create this file).

["hubot-garble"]

Keywords

FAQs

Package last updated on 30 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc