This project is quick implementation for plusone bot. It is like giving +1 points on message board.
Example usage:
You can also +1 any string or even an emoticon. We don't limit it to just the valid usernames on Slack. One usecase is to create a custom Slack emoticon for the people and then use the emoticons when +1'ing. This makes a nice visual effect.
- Deploy application on publicly available server. E.g. Heroku
- Remember about setting up database
- Run migration:
rake db:migrate
- Get URL of your application.
- Setup
Outgoing WebHooks
on Slack Integrations page - Add environmental variable with your Slack API key:
- You can generate key here: https://api.slack.com/web
- Set environmental variable called
SLACK_API_TOKEN
This repository is funded and maintained by Arkency. Check out our other open-source projects.
You can read our blog. We write about Rails and JavaScript development.