Skip to content

ClaudeBot/hubot-archive-today

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Command Listener ID Description
hubot archive url archive.new Archives 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

About

📦 A Hubot script for archiving the contents of a URL on archive.is (formerly archive.today).

Resources

License

Stars

Watchers

Forks

Packages

No packages published