This repository is an example of a custom action for the Metaflow bot.
- After doing
pip install metaflowbot
, you can install thejokes-command
by doing apip install metaflowbot-actions-jokes
.
- The Jokes command can be installed from this repository.
- Any custom action needs to follow same folder structure as given by this command.
- The MANIFEST.in helps ensure the
rules.yml
file also present when the action is installed.