Reddit integration with Hubot.
This Hubot script was originally created by Enrique Vidal for the old centralized Hubot.
In hubot project repo, run:
npm install hubot-reddit --save
Then add hubot-reddit to your external-scripts.json
:
[
"hubot-reddit"
]
The command hubot reddit me <subreddit> [limit]
will retrieve the latests posts from the subreddit
.
For example:
user1>> hubot reddit me gifs 3
hubot>> http://example.com/example1.gif
hubot>> http://example.com/example2.gif
hubot>> http://example.com/example3.gif