This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3.6 | |
| # coding: utf-8 | |
| """Interaction between Slack and Blink1. | |
| Use the Slack Real Time Messaging API to analyze message and turn on the | |
| Blink1 device. | |
| Based on this great blog article : | |
| https://www.fullstackpython.com/blog/build-first-slack-bot-python.html |