Thanks to visit codestin.com
Credit goes to github.com

Skip to content

szymex73/mitsu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mitsu

Discord gateway client for transferring events to RabbitMQ queue.

Why elixir

  • Built-in scalability.
  • Easy to learn.
  • Quick and steady.

Setup

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"

Contributors

@vocan - Project creator, helper and motivator.
@szymex73 - Wrote most of the code.

About

Discord gateway client for transferring events to RabbitMQ queue.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%