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

hubot-links

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-links

A Hubot script for keeping track of what's been shared.

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
51K
decreased by-16.17%
Maintainers
1
Weekly downloads
 
Created
Source

Build Status devDependency Status

A Hubot script for keeping track of what's been shared.

See src/hubot-links.coffee for full documentation.

Installation via NPM

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

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

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

Commands

CommandListener IDDescription
hubot links clearlinks.clearClears all tracked links
hubot links list [number]links.listReturns the last 5 (or number if specified) links shared

Sample Interaction

user1>> https://www.fyianlai.com/
user1>> https://github.com/ClaudeBot/hubot-links
user1>> hubot links list 1
hubot>> https://github.com/ClaudeBot/hubot-links
user1>> hubot links clear
hubot>> user1: Cleared all tracked links.

Keywords

FAQs

Package last updated on 28 Aug 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