straticsryan
straticsryan
Not sure if you have any interesting in updating your README, but Slack appears to require HTTPS for all slash command integrations now.
in python 3, urlparse has been renamed to urllib.parse (https://docs.python.org/2/library/urlparse.html). you can use the following code to try python2's name and on error try python3's name. ``` python try: import...
Hey, Currently, if a channel has gone away and we attempt to send an action for that channel it'll throw a requests.exceptions.HTTPError (404). That's fine and I understand why that...