https://github.com/ridhoq/ditto
A slack bot that transforms into other users on the slack team
https://github.com/ridhoq/ditto
elixir slack slack-bot slackbot
Last synced: 5 months ago
JSON representation
A slack bot that transforms into other users on the slack team
- Host: GitHub
- URL: https://github.com/ridhoq/ditto
- Owner: ridhoq
- Created: 2017-05-21T03:54:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T05:10:36.000Z (over 5 years ago)
- Last Synced: 2025-03-31T07:11:14.110Z (7 months ago)
- Topics: elixir, slack, slack-bot, slackbot
- Language: Elixir
- Homepage:
- Size: 106 KB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ditto
## Installation
`cp .env.example .env`
Then change the .env contents to the proper values.
`docker-compose build`
then run:
`docker-compose up`
## Deploy to heroku
https://devcenter.heroku.com/articles/container-registry-and-runtime#pushing-an-image-s
`heroku container:push worker`