Discord gateway client for transferring events to RabbitMQ queue.
- Built-in scalability.
- Easy to learn.
- Quick and steady.
To run mitsu install dependencies with mix deps.get, supply it with following env variables and start by mix run --no-halt
AMQP_HOST="rabbitmq_host"
AMQP_USER="rabbitmq_user"
AMQP_PASSWORD="rabbitmq_password"
DISCORD_TOKEN="discord_token"@vocan - Project creator, helper and motivator.
@szymex73 - Wrote most of the code.