Dave Pena
Dave Pena
cloned the repo and ran python -m SimpleHTTPServer 8080 went to http://localhost:8080/examples/example.html page loaded with no functionality
Getting Exception: 403: Forbidden on the example: Stock("F").price() Did the api change?
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...