2.1.2 • Published 6 years ago

hubot-subreddit v2.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Hubot Subreddit

npm

Gets a random post from a subreddit

Installation

In your hubot repo, run: npm install --save hubot-subreddit

Then add it to your external-scripts.json file:

["hubot-subreddit"]

Example Usages

Aliased subreddit

user> hubot food me

hubot> http://i.imgur.com/abcdef.jpg

Any subreddit

user> hubot sub me movies

hubot> http://...

Alias Configuration

Using config file subreddit_aliases.json

{
  "prog": "programming",
  "food": "food"
}

Using environment variable

export HUBOT_SUBREDDIT_ALIASES="prog:programming,food:food"

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago