Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matsubara0507/mixlogue

mix monologue : collect any public times channel in slack
https://github.com/matsubara0507/mixlogue

elm-application haskell-application

Last synced: 14 days ago
JSON representation

mix monologue : collect any public times channel in slack

Awesome Lists containing this project

README

        

# 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:

![](./image/example.png)

## Build

using Haskell Stack and Elm:

```
$ stack test
```