Socket
Socket
Sign inDemoInstall

hubot-googl

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hubot-googl

A Hubot script for generating short goo.gl URLs with public click analytics.


Version published
Weekly downloads
12
Maintainers
1
Install size
8.67 kB
Created
Weekly downloads
 

Readme

Source

hubot-googl

Build Status devDependency Status

A Hubot script for generating short goo.gl URLs with public click analytics.

See src/googl.coffee for full documentation.

Installation via NPM

  1. Install the hubot-googl module as a Hubot dependency by running:

    npm install --save hubot-googl
    
  2. Enable the module by adding the hubot-googl entry to your external-scripts.json file:

    [
        "hubot-googl"
    ]
    
  3. Run your bot and see below for available config / commands

Configuration

VariableDefaultDescription
GOOGLE_API_KEYN/AA unique developer API key is required to use Google's URL Shortener API

Commands

CommandListener IDDescription
hubot shorten urlgoogl.shortenCreates a new short URL with url

Sample Interaction

user1>> hubot shorten http://docs.gl/
hubot>> user1: http://goo.gl/b2ddNc

Keywords

FAQs

Last updated on 27 Aug 2015

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc