Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/treeder/slackbots
A bunch of rad slackbots that run on Fn Project.
https://github.com/treeder/slackbots
Last synced: 3 months ago
JSON representation
A bunch of rad slackbots that run on Fn Project.
- Host: GitHub
- URL: https://github.com/treeder/slackbots
- Owner: treeder
- Created: 2015-04-09T04:24:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-10T18:19:47.000Z (almost 7 years ago)
- Last Synced: 2024-04-04T11:33:25.705Z (7 months ago)
- Language: Ruby
- Homepage: https://fnproject.io
- Size: 88.9 KB
- Stars: 29
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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!