Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kpucynski/siara
- Owner: kpucynski
- Created: 2019-08-22T11:05:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T20:39:49.000Z (7 months ago)
- Last Synced: 2024-04-06T21:32:24.712Z (7 months ago)
- Topics: bot, heroku, siara, slack
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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