/metaflowbot-jokes-action

A Metaflow bot action for jokes

Primary LanguagePythonApache License 2.0Apache-2.0

Metaflow bot custom action (Tell me a joke)

This repository is an example of a custom action for the Metaflow bot.

Installing this action

  • After doing pip install metaflowbot, you can install the jokes-command by doing a pip install metaflowbot-actions-jokes.

Jokes Command

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