1
0
Fork 0
Errbot plugin to retrieve random cat images
Datei suchen
Adam Piontek d6595db43d cleaned out some disused, commented code 2018-08-26 11:40:29 -04:00
.editorconfig including .editorconfig 2018-08-26 10:48:10 -04:00
.gitignore gitignore updates 2018-08-26 10:07:10 -04:00
LICENSE Initial commit 2018-08-26 10:02:15 -04:00
README.md added ability to configure user's own API key 2018-08-26 11:35:13 -04:00
catto.plug gitignore updates 2018-08-26 10:07:10 -04:00
catto.py cleaned out some disused, commented code 2018-08-26 11:40:29 -04:00
requirements.txt gitignore updates 2018-08-26 10:07:10 -04:00

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'}