Leonidas-from-XIV / slacko

A neat interface for Slack
https://leonidas-from-xiv.github.io/slacko
Other
81 stars 11 forks source link

helpers for reacting to messages #39

Open c-cube opened 5 years ago

c-cube commented 5 years ago

the API is a bit confusing for now, compared to something like an IRC bot where you just listen to incoming messages. If I understand correctly I have to maintain the a bunch of last_read timestamps and use them when polling with *_history, which is quite complicated.

Leonidas-from-XIV commented 5 years ago

You can do it without polling using the RTM-API which I haven't had time to implement yet. But I should!