Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matsubara0507/mixlogue
- Owner: matsubara0507
- License: mit
- Created: 2019-06-12T10:11:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T08:36:46.000Z (almost 4 years ago)
- Last Synced: 2024-11-01T18:51:53.271Z (2 months ago)
- Topics: elm-application, haskell-application
- Language: Haskell
- Size: 160 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```