Skip to content

pablasso/hubot-reddit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-reddit

Reddit integration with Hubot.

This Hubot script was originally created by Enrique Vidal for the old centralized Hubot.

Installation

In hubot project repo, run:

npm install hubot-reddit --save

Then add hubot-reddit to your external-scripts.json:

[
  "hubot-reddit"
]

Usage

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

About

Reddit integration with Hubot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published