/pingbot

Pingbot is a basic Slack bot that provides a slash command to ping servers

Primary LanguageJavaScript

:robot_face: Pingbot

Pingbot is greatly inspired by the "How to Deploy Your Slack Bots to Heroku" blog post.

Supported /slash commands

Create a /ping custom slash command, using the URL: {app-name}.herokuapp.com/commands/pingbot. Take note of the provided token, this is used to verify requests come from Slack.

  • /ping google.com - Ping google.com

Install

$ npm install

Copy .env-example to .env

$ cp .env-example .env

Configure

SLACK_TEAM_TOKEN=xoxb...8WRqKWx
NODE_ENV=development
PORT=3000

Run

$ npm start

🚀 Pingbot LIVES on PORT 3000 🚀

Visit localhost:3000.

Deploy

Deploy

Or with the Heroku Toolbelt

$ heroku create {optional-app-name}

Creating app... done, stack is cedar-14
https://blooming-scrubland-64464.herokuapp.com/

$ git push heroku master
...
remote: -----> Node.js app detected
...
remote:        https://blooming-scrubland-64464.herokuapp.com/ deployed to Heroku
...
To https://git.heroku.com/blooming-scrubland-64464.git
 * [new branch]      master -> master

$ heroku open

License

This project is licensed under the terms of the MIT license.