Errbot plugin to retrieve random cat images
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Adam Piontek d6595db43d cleaned out some disused, commented code 5 years ago
.editorconfig including .editorconfig 5 years ago
.gitignore gitignore updates 5 years ago
LICENSE Initial commit 5 years ago
README.md added ability to configure user's own API key 5 years ago
catto.plug gitignore updates 5 years ago
catto.py cleaned out some disused, commented code 5 years ago
requirements.txt gitignore updates 5 years ago

README.md

Catto

This is a plugin for Errbot that fetches random cat images from the The Cat API

Users can optionally specify whether to fetch a gif (animated) or a still (jpg/png) image:

Usage:

  • !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
  • !catto jpg Fetches a random cat jpg image
  • !catto png Fetches a random cat png image

Configuration:

It's possible to use your own Cat API key. Configure with:

!plugin config Catto {'CATAPI_KEY': 'your-api-key-here'}