GitHunt
RY

ryanwinchester/chat_writes

Print most common chat messages

ChatWrites

Do stuff with the most common chat messages.

Right now it just prints to the standard output.

Setup

  1. You need the ENV vars found in config/runtime.exs

  2. Edit lib/message_collector.ex module's handle_most_common/1 function to do whatever.

Starting

Start the application with mix

mix run --no-halt

Starting with Docker

docker composer up

Starting with the Elixir interactive shell

iex -S mix

Start neovim with

nvim . --listen /tmp/nvim-server

See:

Languages

Elixir93.3%Dockerfile6.7%

Contributors

MIT License
Created February 23, 2024
Updated February 23, 2024
ryanwinchester/chat_writes | GitHunt