python-rocketchat-bot icon indicating copy to clipboard operation
python-rocketchat-bot copied to clipboard

rocket.chat python basic bot

Results 1 python-rocketchat-bot issues
Sort by recently updated
recently updated
newest added

self.client.subscribe('stream-messages', [], self.cb1) 'stream-messages' might be deprecated looked through the hubot for what it might be now https://github.com/RocketChat/hubot-rocketchat/blob/master/src/rocketchat_driver.coffee seems like they use 'stream-room-messages' with a room id parameter after they...