Changes between Version 6 and Version 7 of WikiStart
- Timestamp:
- Oct 31, 2018, 2:23:16 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v6 v7 135 135 List of potentionally useful information that can be obtained with SLACK API calls: 136 136 * channels.history: 137 ** list of all messages, events138 ** timestamps of these messages137 * list of all messages, events 138 * timestamps of these messages 139 139 * users.info: 140 ** name, real name, team name, e-mail141 ** info about user being admin, owner, bot, restriced/ultra-restricted140 * name, real name, team name, e-mail 141 * info about user being admin, owner, bot, restriced/ultra-restricted 142 142 * channels.info: 143 ** all members144 ** scope of the channel (private, public, mpim..)145 ** latest message146 ** number of unread messages147 ** topic148 ** previous names143 * all members 144 * scope of the channel (private, public, mpim..) 145 * latest message 146 * number of unread messages 147 * topic 148 * previous names 149 149 150 150 151 151 Potential ideas: 152 Hard statistics: 152 153 * using timestamps to compute ratio of messages in certain time interval 153 154 * using join time/leave time to compute user´s time online over certain period of time … … 155 156 * limit channel history to certain scope of users (people from same team, admins...) 156 157 * finding the moment where conversation had most messages for certain time interval 158 Soft statistics: 159 * identify dialogs 160 * statistics for dialogs (length, participants..) 161 * analysis of dialogue - keywords, named entities, topics