Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look into RTM implementation #50

Open
0verbyte opened this issue Feb 4, 2018 · 2 comments
Open

Look into RTM implementation #50

0verbyte opened this issue Feb 4, 2018 · 2 comments
Assignees

Comments

@0verbyte
Copy link
Collaborator

0verbyte commented Feb 4, 2018

It would be cool to have a nice interface to subscribe to workspace notification via the RTM api. I started a branch feature/rtm, which has a command for connecting to the RTM api and tailing for events in the workspace.

RTM documentation
https://api.slack.com/rtm

@0verbyte 0verbyte self-assigned this Feb 4, 2018
@netromdk
Copy link
Owner

netromdk commented Feb 4, 2018

This is very cool! Then it could optionally log these events to a file, service, or parser of some kind. Or perhaps we could make slacker listen for events and do actions, like a bot, but kept very simple.

@netromdk
Copy link
Owner

netromdk commented Feb 4, 2018

Try to handle SIGINT/^C to stop the command gracefully and perhaps while keeping REPL? I've made an example of the trace here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants