Post a chart to Slack via Python – without 3rd party
Is there a way to post to Slack via python (either using requests via the slack API, or another python library), without having to use third party hosting?
There’s a previous stackoverflow question that suggests it’s possible (Post a pyplot image to Slack), but the Slacker library appears to be broken now, and unsupported.