def slacker(): """ Keep the slacker session short-lived, use 'with slacker() as slack'""" slack = Slacker(os.environ['SLACK_API_TOKEN']) yield slack