Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kpucynski/siara

Simple Slack Bot
https://github.com/kpucynski/siara

bot heroku siara slack

Last synced: 24 days ago
JSON representation

Simple Slack Bot

Awesome Lists containing this project

README

        

Siara Simple Slack Bot
======================

[![Build Status](https://travis-ci.org/kpucynski/siara.svg?branch=master)](https://travis-ci.org/kpucynski/siara)

# About

Simple Slack Bot which responds to slash command `/siara`

# Installation

## Heroku

You can deploy it wherever, but I've used Heroku.
Create app at https://dashboard.heroku.com/apps
and push app:

```bash
$ heroku login
$ heroku git:remote -a my-bot-name
$ git push heroku master
```

## Slack

Create new app in Slack at https://api.slack.com/apps
Add Slash Command `/siara` with Request URL pointing
to your app instance, eg. https://my-bot-name.herokuapp.com/

# Credits

Based on SiaraBot by Michal Pieniazek: https://github.com/michaelmoney/SiaraBot

The best JS tutors:
* https://github.com/sealionkat
* https://github.com/stepek