Open buep opened 8 years ago
An old idea of mine, from a customer, where would would soon like to look into hip-chat usage.
Could we graph the usage?
One approach - possible better ones?
HipChat have CLI to take it out: https://bobswift.atlassian.net/wiki/spaces/HCLI There is the methods I need: https://bobswift.atlassian.net/wiki/display/HCLI/Reference Some tips: http://stackoverflow.com/questions/25226181/how-to-get-all-message-history-from-hipchat-for-a-room-via-the-api
I don't want to use the export from hipchat, as that grows and grows over time and I have parse it all over again... just need changes since last time for chat messages. For users and rooms, I kind of have to use it all every time..
An old idea of mine, from a customer, where would would soon like to look into hip-chat usage.
Could we graph the usage?
One approach - possible better ones?
HipChat have CLI to take it out: https://bobswift.atlassian.net/wiki/spaces/HCLI There is the methods I need: https://bobswift.atlassian.net/wiki/display/HCLI/Reference Some tips: http://stackoverflow.com/questions/25226181/how-to-get-all-message-history-from-hipchat-for-a-room-via-the-api
I don't want to use the export from hipchat, as that grows and grows over time and I have parse it all over again... just need changes since last time for chat messages. For users and rooms, I kind of have to use it all every time..