Bots....for Slack!
Slack is a powerful chat tool for teams to collaborate. It's heavily used in the software industry and for good reason! It also provides very easy to use api's for making bots for your slack chat room.
Please see the slack bot lab for details on how to make your own.
How to contribute:
-
Fork
this repository -
Clone
the repository -
Follow the lab on how to make your own slack bot or contribute to an already existing one
-
Open a new git branch (
git checkout -b "<branch-name>"
) -
Add your changes (
git add
) -
Commit your changes (
git commit -m "Short description"
) -
Push your changes (
git push upstream <branch-name>
) -
Open a pull request!
If you have any questions contact Grant at grantseltzer@gmail.com