Errbot plugin to retrieve random dog 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 c1eb03348f fix to README 5 years ago
.editorconfig enforce lf eol in editorconfig 5 years ago
.gitignore gitignore updates 5 years ago
README.md fix to README 5 years ago
doggo.plug renaming plugin to Doggo after fork 5 years ago
doggo.py fixing issue where trying to fetch a breed before breeds list loaded resulted in trying to fetch sub-breeds and then error 5 years ago
requirements.txt initial commit 5 years ago

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>