# hubot-trollbot [![Build Status](https://travis-ci.org/afeld/hubot-trollbot.svg?branch=master)](https://travis-ci.org/afeld/hubot-trollbot)

A [hubot](https://hubot.github.com/) script that annoys your coworkers.

> **coworker:** I can't stand Mongo.
>
> **hubot:** MongoDB is web scale!
>
> **coworker:** Well, at least the backend is written in Python.
>
> **hubot:** You should rewrite it in Go.
>
> **coworker:** We considered using Clojure.
>
> **hubot:** Hipster.

## Installation

In your hubot project repo, run:

```bash
npm install hubot-trollbot --save
```

Then add **hubot-trollbot** to your `external-scripts.json`:

```json
[
  "hubot-trollbot"
]
```

## See Also

* [bullshit.js](https://github.com/mourner/bullshit.js)
* [hubot-business-cat](https://github.com/hubot-scripts/hubot-business-cat)
