https://github.com/iphoting/hubot-instapaper
Adds an URL to the Instapaper Service.
https://github.com/iphoting/hubot-instapaper
Last synced: 3 months ago
JSON representation
Adds an URL to the Instapaper Service.
- Host: GitHub
- URL: https://github.com/iphoting/hubot-instapaper
- Owner: iphoting
- Created: 2015-08-31T14:52:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-31T14:57:57.000Z (almost 10 years ago)
- Last Synced: 2025-01-20T04:18:42.557Z (5 months ago)
- Language: CoffeeScript
- Homepage: https://www.npmjs.com/package/hubot-instapaper
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hubot-instapaper
Adds an URL to the Instapaper Service.
See [`src/instapaper.coffee`](src/instapaper.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-instapaper --save`
Then add **hubot-instapaper** to your `external-scripts.json`:
```json
[
"hubot-instapaper"
]
```## Sample Interaction
```
user1>> hubot instapaper add https://github.com/hubot-scripts/hubot-instapaper/
hubot>> Title: iphoting/hubot-instapaper, URL: https://github.com/hubot-scripts/hubot-instapaper/, added.
```