1.1.8 • Published 8 years ago

hubot-archive-today v1.1.8

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

hubot-archive-today

Build Status devDependency Status

A Hubot script for archiving the contents of a URL on archive.today (now known as archive.is).

See src/hubot-archive-today.coffee for full documentation.

Installation via NPM

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

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

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

Commands

CommandListener IDDescription
hubot archive urlarchive.newArchives the contents of url and returns the archive.is link

Sample Interaction

user1>> hubot archive https://www.google.com/
hubot>> user1: https://archive.is/baTKw
1.1.8

8 years ago

1.1.7

8 years ago

1.1.5

9 years ago

1.1.4

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago

0.0.0

9 years ago