| 134 | |
| 135 | List 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 | |
| 151 | Potential 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 |