Leonidas-from-XIV / slacko

A neat interface for Slack

Home Page:https://leonidas-from-xiv.github.io/slacko

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

helpers for reacting to messages

c-cube opened this issue · comments

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.

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