Errbot plugin to retrieve random dog images
Go to file
Adam Piontek 17f7932e40 specifying min_err_version 2018-08-26 10:19:45 -04:00
.editorconfig enforce lf eol in editorconfig 2018-08-26 09:59:39 -04:00
.gitignore gitignore updates 2018-08-26 10:06:42 -04:00
README.md added README, modified chat command descriptions 2018-08-26 09:18:59 -04:00
doggo.plug renaming plugin to Doggo after fork 2018-08-25 15:51:37 -04:00
doggo.py specifying min_err_version 2018-08-26 10:19:45 -04:00
requirements.txt initial commit 2018-02-13 19:44:03 -05:00

README.md

Doggo

This is a plugin for Errbot that fetches random dog images from the [dog.ceo API$

Users can optionally specify a breed, and, also optionally, a sub-breed:

  • !doggo Fetches a random dog image
  • !doggo <breed> fetches a random dog image of <breed> specified
  • !doggo <breed> <sub-breed> fetches a random dog image of <breed> & <sub-breed> specified
  • !listbreeds DMs the user the available breeds for use in the random image retriever
  • !listsubbreeds <breed> DMs the user the available sub-breeds for a given <breed>
  • !listallbreeds DMs the user the list of all available breeds & sub-breeds
  • !reloadbreeds Admin-only; forces reload of the breeds currently available
  • !reloadsubbreeds <breed> Admin-only; forces reload of sub-breed for the given <breed>