Skip to main content

Invoke Python functions from Slack

Project description

slack_invoker

Invoke Python functions from Slack

Installation

pip3 install slack_invoker

Using the library

slack_invoker currently only supports the creation of Slack bot users via the RTM API.

The sample_bot shows how you can set up a simple bot user which accepts messages when it is mentioned, parses the messages using an argparse argument parser, passes these arguments to a Python function, and displays the result in Slack.

The Slack documentation has more information on how to create a bot user.

The sample bot requires you to export your Bot User OAuth Access Token (provided on https://api.slack.com once you create the bot user) as the SLACK_BOT_USER_ACCESS_TOKEN environment variable.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

slack_invoker-0.1.2.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

slack_invoker-0.1.2-py3-none-any.whl (10.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page