Ruth Grace Wong
Ruth Grace Wong
It looks like it used to be in Chinese but the encoding is incorrect now. https://github.com/makerbase-mks/MKS-WIFI/blob/master/firmware_source/MksWifi/MksWifi.ino#L83 I want to know what the different values of `cloud_link_state` mean. Thanks very much...
The bot does not necessarily shut down gracefully. Here is an example from when [reconnection](https://github.com/arcticfoxnv/slackminion/blob/67f3b78caedccdae44c7c177d0f631807e75865d/slackminion/bot.py#L96) after [Slack team migration](https://github.com/arcticfoxnv/slackminion/blob/67f3b78caedccdae44c7c177d0f631807e75865d/slackminion/bot.py#L223) fails. ``` 2016-08-28 03:43:52,136 Bot WARNING: Slack has initiated a team...
From docker logs: ``` 2016-08-28 03:43:52,136 Bot WARNING: Slack has initiated a team migration to a new server. Attempting to reconnect... 2016-08-28 03:43:52,237 requests.packages.urllib3.connectionpool INFO: Starting new HTTPS connection (1):...
This way if someone posts a link to some graphs, the bot can be programmed to post a picture of the graphs.
Since these dependencies need to be specified by whoever is importing slackminion (they are conditional upon which plugins are loaded), they should be documented.
### What github issue is this PR for, if any? ### What does this code do, and why? This updates the instructions for contributors so that the code can compile...