However, our usecase just needed HipChat V2 room notification API + Python3 compatible HipChat client, which can only send messages to the specified room if a room token is given, without needing an admin token. (Admin token could be pretty dangerous and certainly unnecessary in this case.)
This library is designed to do simple thing simple with minimum sysadmin concern.
https://www.hipchat.com/docs/apiv2/libraries
However, our usecase just needed HipChat V2 room notification API + Python3 compatible HipChat client, which can only send messages to the specified room if a room token is given, without needing an admin token. (Admin token could be pretty dangerous and certainly unnecessary in this case.)
This library is designed to do simple thing simple with minimum sysadmin concern.