Errbot plugin to retrieve random dog images
Přejít na soubor
Adam Piontek c1eb03348f fix to README 2018-08-26 11:02:42 -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 fix to README 2018-08-26 11:02:42 -04:00
doggo.plug renaming plugin to Doggo after fork 2018-08-25 15:51:37 -04:00
doggo.py fixing issue where trying to fetch a breed before breeds list loaded resulted in trying to fetch sub-breeds and then error 2018-08-26 10:41:09 -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:

Usage:

  • !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>