This Python tutorial will show you how to use Python and Flask to access the Slack API. I’ll show you how to connect to Slack using the API and the official SlackClient Python helper library. We’ll get an API access token and use it to access some data.
Continue reading