Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 848 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 848 Bytes

Build Status

errbot-httpcats

Tired of telling people what HTTP status codes mean? Want a bot to show people a memorable answer so they won't ask again? Then you need this plugin for Errbot that responds with HTTP status cats whenever response codes are mentioned.

HTTP Status Cats

Special thanks to https://http.cat, where all the status cats live. HTTP 100

Installation

Send the following command to a running Errbot instance: !repos install https://github.com/tlee911/errbot-httpcats

Usage

To query any HTTP status code: !http 200

By default, regex matching is also active, so any occurrence of 'http\s*(\d{3})' in conversation will get a bot response as well.