def auth_slack(): api = Slacker(bot_secret_) try: api.auth.test() except Exception as e: print('slack not authed\n', e) return api