Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/outerbounds/metaflowbot-jokes-action
- Owner: outerbounds
- License: apache-2.0
- Created: 2021-08-04T01:02:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T23:25:44.000Z (over 3 years ago)
- Last Synced: 2024-11-10T02:31:11.860Z (3 months ago)
- Topics: metaflow, slack
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.