https://github.com/kpucynski/siara
Simple Slack Bot
https://github.com/kpucynski/siara
bot heroku siara slack
Last synced: about 1 year ago
JSON representation
Simple Slack Bot
- Host: GitHub
- URL: https://github.com/kpucynski/siara
- Owner: kpucynski
- Created: 2019-08-22T11:05:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T08:58:18.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T06:09:23.950Z (about 1 year ago)
- Topics: bot, heroku, siara, slack
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Siara Simple Slack Bot
======================
[](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