Changes between Version 5 and Version 6 of WikiStart


Ignore:
Timestamp:
Oct 30, 2018, 10:55:08 PM (7 years ago)
Author:
xsabol
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v5 v6  
    132132* mpim.history: collects chat history from multi-party conversations
    133133* conversations.history: universal scope for all 4 API calls mentioned above, it´s functionality depends on which of those 4 scopes is chatbot allowed to use. For example: if chatbot is allowed to view groups and channels but not allowed to view private messages and multi-party conversations, those API-calls get rejected automatically without limiting other scopes
     134
     135List of potentionally useful information that can be obtained with SLACK API calls:
     136* channels.history:
     137** list of all messages, events
     138** timestamps of these messages
     139* users.info:
     140** name, real name, team name, e-mail
     141** info about user being admin, owner, bot, restriced/ultra-restricted
     142* channels.info:
     143** all members
     144** scope of the channel (private, public, mpim..)
     145** latest message
     146** number of unread messages
     147** topic
     148** previous names
     149
     150
     151Potential ideas:
     152* using timestamps to compute ratio of messages in certain time interval
     153* using join time/leave time to compute user´s time online over certain period of time
     154* limit channel history checking to certain time interval
     155* limit channel history to certain scope of users (people from same team, admins...)
     156* finding the moment where conversation had most messages for certain time interval