Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/outerbounds/metaflowbot-jokes-action

A Metaflow bot action for jokes
https://github.com/outerbounds/metaflowbot-jokes-action

metaflow slack

Last synced: 19 days ago
JSON representation

A Metaflow bot action for jokes

Awesome Lists containing this project

README

        

# Metaflow bot custom action (Tell me a joke)

This repository is an example of a custom action for the [Metaflow bot](https://github.com/outerbounds/metaflowbot).

## 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](MANIFEST.in) helps ensure the `rules.yml` file also present when the action is installed.