A Hubot script for creating a new paste on several online services: Dpaste.com and Pastebin.com.
npm install hubot-paste

A Hubot script for creating a new paste on several online services: [Dpaste.com][dpaste], [Sprunge.us][sprunge], and [Pastebin.com][pastebin].
See src/paste.coffee for full documentation.
1. Install the __hubot-paste__ module as a Hubot dependency by running:
```
npm install --save hubot-paste
2. Enable the module by adding the __hubot-paste__ entry to your external-scripts.json file:
`json`
[
"hubot-paste"
]
3. Run your bot and see below for available config / commands
Variable | Default | Description
--- | --- | ---
PASTEBIN_API_KEY | N/A | A unique developer API key is required to use Pastebin's API
Command | Listener ID | Description
--- | --- | ---
hubot dpaste content | paste.dpaste.new | Creates a new paste with content on [Dpaste.com][dpaste]content
hubot sprunge | paste.sprunge.new | Creates a new paste with content on [Sprunge.us][sprunge]content
hubot pastebin | paste.pastebin.new | Creates a new paste with content on [Pastebin.com][pastebin]
```
user1>> hubot pastebin Hello World!
hubot>> user1: http://pastebin.com/9jrTi80f
[dpaste]: http://dpaste.com/
[sprunge]: http://sprunge.us/
[pastebin]: //pastebin.com/