Monday, August 10Digital Marketing Journals

slack-webhook

A reusable Python class for sending Slack messages | by Ramindu Deshapriya
best chatbot, chatbot, chatbot app, chatbot online, chatbot website, creating chatbots, python-slack-app, robot chat, slack-apps, slack-automation, slack-webhook

A reusable Python class for sending Slack messages | by Ramindu Deshapriya

Use a Slack app to send useful notifications to your organization’s Slack channelsPhoto by Pankaj Patel on UnsplashThe code for this article can be found here.I have a lot of automated jobs running as part of my day-to-day operational activities. Most of these are Python applications are doing transformations on data, running machine learning models on batches of data as well as other activities that run on a schedule. Now, we have extensive logging going out from these applications to an ELK stack, but I like to have something I can look at on my phone to see whether a job ran on time or if it errored out. Enter Slack with their Messaging API, which I have used to set up a small reusable Python class that I can integrate in to all my apps to send messages on how scheduled runs went. This ...