Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

hubot-thought-re

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-thought-re

A hubot script that retreives random reddit thoughts and from original hubot-thought api

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

Hubot Thought Re

A hubot script that retreives random thoughts from subreddits. Based off of original hubot thought script and original reddit-jokes script by tombell and ericjsilva

Installation

In hubot project repo, run:

npm install hubot-thought-re --save

Then add hubot-thought-re to your external-scripts.json:

[
  "hubot-thought-re"
]

Commands

thought

Retrieve a random thought from 'http://andymatthews.net/thought/'

shower thought

Retrieve random shower thought

deep thought

Retrieve random deep thought (VERY LONG)

intrusive thought

Retrieve random intrusive thought

random thought

Retrieve random thought

Allowed Thought types and Corresponding subreddit

  • shower - r/ShowerThoughts
  • deep - r/DeepThoughts
  • intrusive - r/IntrusiveThoughts
  • random - r/RandomThoughts

Sample Interaction

user: hubot thought
hubot: <random thought from 'http://andymatthews.net/thought/' >
user: hubot intrusive thought
hubot: <random thought from r/IntrusiveThoughts >
user: hubot shower thought
hubot: <random thought from r/ShowerThoughts >

Keywords

hubot

FAQs

Package last updated on 04 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts