Skip to content

Send and delete Slack messages from a channel through a dashboard.

Notifications You must be signed in to change notification settings

benonymus/slack_messenger

Repository files navigation

SlackMessenger

To start your Phoenix server:

  • you need a .env file based on the specification laid out in .env.example (I sent you my file with the credentials)
  • docker compose run --name slack_messenger_web_dev --rm --service-ports web - this will pull the images for you and let you in the container
  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

  • test can be run by MIX_ENV=test mix test

  • Here is your invite to the Slack workspace: https://join.slack.com/t/slack-ubv9217/shared_invite/zt-26mlgeeib-4xVycmKAFuzbbPDWcAb~~w

  • I used the #sending-messages channel.

  • the api is accessible on /api routes with the x-api-key header value set to test_api_key

  • deployment on fly

About

Send and delete Slack messages from a channel through a dashboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published