Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avidit/slash-slack
A collection of slash commands for slack
https://github.com/avidit/slash-slack
slack
Last synced: 24 days ago
JSON representation
A collection of slash commands for slack
- Host: GitHub
- URL: https://github.com/avidit/slash-slack
- Owner: avidit
- Created: 2022-09-14T19:43:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T13:52:11.000Z (over 2 years ago)
- Last Synced: 2024-11-21T11:42:53.691Z (3 months ago)
- Topics: slack
- Language: Ruby
- Homepage: https://slash-slack-1.herokuapp.com
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cowsay-slack
A collection of slash commands for slack
## Running Locally
Make sure you have [Ruby](https://www.ruby-lang.org/) and the [Heroku Toolbelt](https://toolbelt.heroku.com/) installed.
```sh
git clone [email protected]:avidit/slash-slack.git
cd slash-slack
bundle install
```run `heroku local`
Your app should now be running on [localhost:5000](http://localhost:5000/).
## Deploying to Heroku
```sh
heroku create
git push heroku master
heroku open
```Alternatively, [![Deploy to Heroku](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
## Adding Slash commands to Slack
[Documentation](https://api.slack.com/legacy/custom-integrations/slash-commands)
Commands
```text
/gif smile
/xkcd 149
/meme yallgot; y'all got any more of them; memes
```