Free karma bot for Slack.
Handle live reloading containers for development. It also contains a production ready container.
You need an .env
file in internal
folder.
Here is an example:
SLACK_TOKEN=xoxb-12345678912346468774135453
SLACK_CHANNEL=general
WEBHOOK=https://hooks.slack.com/services/WHATEVER/TOKEN/YOU/SHOULD/HAVE/HERE
GITLAB_PRIVATE_TOKEN=MyPrIvAtEtOkEn_p
You can just do:
whatever$ cd deployments
deployments$ docker-compose up --build gobot-development
That's all.
Soon.
You can use tool like ngrok
to test your localhost app on the web! Check it out: https://ngrok.com/