From 70a58519c86034c4251a1b0ee32b7ce899f4f1a2 Mon Sep 17 00:00:00 2001 From: Adam Piontek Date: Sun, 26 Aug 2018 10:33:32 -0400 Subject: [PATCH] added README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ba12a20 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Catto + +This is a plugin for [Errbot](http://errbot.io/) that fetches random cat images from the [The Cat API](http://thecatapi.com/) + +Users can optionally specify whether to fetch a `gif` (animated) or a `still` (jpg/png) image: + +## +- `!catto` Fetches a random cat image, animated (gif) or still (jpg/png) +- `!catto gif` Fetches a random cat animated gif image +- `!catto still` Fetches a random cat still jpg/png image +