https://github.com/movableink/pingpong
pingpong slack bot
https://github.com/movableink/pingpong
Last synced: about 1 year ago
JSON representation
pingpong slack bot
- Host: GitHub
- URL: https://github.com/movableink/pingpong
- Owner: movableink
- Created: 2015-03-17T15:56:11.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-22T14:58:06.000Z (about 11 years ago)
- Last Synced: 2025-01-31T13:43:41.752Z (over 1 year ago)
- Language: CoffeeScript
- Homepage:
- Size: 246 KB
- Stars: 0
- Watchers: 53
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pingpong
This is our pingpong Slack bot...named `@pingpong`.
Getting Started
--------------
### Setup the Bot
1. Make sure you're logged in to Slack and navigate to the [new services page](https://ink.slack.com/services/new).
2. Scroll down to find the "Bots" section and click "Add"

3. Name thy Bot

4. Save your API Token!!

5. Give it a face

6. Give it a purpose

7. Save!
Additional API details are [here](https://api.slack.com/bot-users)
### Setup the Slash Command
1. Once again make sure you're logged in to Slack and navigate to the [new services page](https://ink.slack.com/services/new).
2. Scroll to the bottom to find the "Slash Commands" section and click on "Add"

3. Add the actual command. We like `/challenge`

4. Add the URL that you'll be running `@pingpong` challenge server on

5. Add some helpful text!

6. Add a label if you wish and save!

### Setup the App
1. Clone the repo
2. `npm install`
3. start it up with `TOKEN={your token} CHANNEL={some channel} coffee app.coffee`