Hello, everybody! I created this bot because I have a lot of questions about how to send secrets safely, and I can't explain to everyone how to use GPG. Another important thing is that developers need and want quick and easy ways to share secrets.
- Go to https://api.slack.com
-
Copy the .env.example file and replace the variables with the Slack credentials
cp .env.example .env
-
Now you can start the service with docker-compose:
docker-compose up --build -d
TODO