Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/treeder/slackbots

A bunch of rad slackbots that run on Fn Project.
https://github.com/treeder/slackbots

Last synced: about 2 months ago
JSON representation

A bunch of rad slackbots that run on Fn Project.

Awesome Lists containing this project

README

        

# Slackbots for Fn Project

All of the examples in this repository follow the same pattern for testing and uploading to [Fn](https://fnproject.io). Assuming
you have an Fn server running and the CLI installed, just `cd`
into the bots directory and do the following:

## Deploy

```sh
fn deploy --app slackbots BOTNAME
```

## Create a Slash command in Slack

If you don't have a Slack app already, [start here](https://api.slack.com/apps).

In your app, click `Slash Commands` and create one that points to your deployed bot/function.

## Install the app into your team

You'll see `Install App` on the left side of your app in the Slack console. Click that and follow the directions.

### 6) Try it out!

Now in slack, type `/ [options]` and you'll see the magic!