matsubara0507 / mixlogue

mix monologue : collect any public times channel in slack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mixlogue

mix monologue : collect messages from any public times_xxx channels in slack.

USAGE

$ mixlogue --help
unrecognized option `--help'

mixlogue [options]
      --version         Show version
  -v  --verbose         Enable verbose mode: verbosity level "debug"
      --ls              Show target channels
      --update          Update local cache: slack channels
      --ts              Show setting start timestamp
      --before=TIME     Set what minutes ago to collect messages from
      --interval=TIME   Set interval second to collect messages
      --workspace=TEXT  Set slack workspace name for link

Example

$ SLACK_TOKEN=yyy mixlogue --before=300 --workspace=hoge
Please accsess to localhost:8080
...

Accsess to localhost:8080 by Browser:

Build

using Haskell Stack and Elm:

$ stack test

About

mix monologue : collect any public times channel in slack

License:MIT License


Languages

Language:Haskell 62.2%Language:Elm 37.4%Language:JavaScript 0.4%