Skip to main content

Simplified serverless Slack bot interactions

Project description

Utility library for serverless Slack apps

PyPI

This is a (currently very simple) library that eases development of serverless Slack app and bots.

Currently, it targets Google Cloud Platform (but is easily generalised), and provides a decorator and some utility functions that make Slack signature verification automatic and help with building responses in a very lightweight fashion.

I will grow it with things I end up needing in my work, but if you have different needs and want to extend the library to support them, then PRs would be gratefully received!

MVP Example

This will accept any slash command you've configured for your bot, and just greet the user who calls it, tagging them in the reply.

from slack_serverless import slack_slash_command_gcp
from slack_messaging import slack_in_channel_text_response, slack_tags

@slack_slash_command_gcp(slack_signing_key=YOUR_SIGNING_KEY)
def command_handler(payload):
    return slack_in_channel_text_response(f"Hi there <@{slack_tags([payload['user_id']])}>")

Other Cloud Providers

Things will be a bit more manual here (but I'll happily add comfort wrappers if there's enough call and a PR that contributes them 😉).

The easiest thing to do is use the slack_slash_command decorator, which is similar to the gcp one above but needs you pass in a couple of Callables the code will use to get access to the data in a provider-specific way.

Take a look at the code in slack_serverless.py for examples to get you started.

Developing

Don't forget to set up pre-commit if you're developing things, especially if you plan to push a PR.

Legal Mumbo-Jumbo

Copyright (c)2023 Ross Bamford (and contributors)

License: MIT (see LICENSE.md for details).

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-serverless-2023.1002a0.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

slack_serverless-2023.1002a0-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file slack-serverless-2023.1002a0.tar.gz.

File metadata

  • Download URL: slack-serverless-2023.1002a0.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for slack-serverless-2023.1002a0.tar.gz
Algorithm Hash digest
SHA256 bc3b1ffe25cbd5f300c537bb349cb4048004535a9dab9e213c072112f6641845
MD5 33bfdd89e7fd1ab448e127c67b358545
BLAKE2b-256 bbeb0a7a3471052686c6519ec9e895e1884c2f5c3fd77116c7e24bf7084e0a4b

See more details on using hashes here.

File details

Details for the file slack_serverless-2023.1002a0-py3-none-any.whl.

File metadata

File hashes

Hashes for slack_serverless-2023.1002a0-py3-none-any.whl
Algorithm Hash digest
SHA256 32125d638f66b9659d04c68b944723e519a072bf5895f1cf629dd0810cfc38be
MD5 a1b05590401cfe5ce81cb141ea99f7a7
BLAKE2b-256 196035a7fa963b0afb9d4869f2e02745a2ca2b960e744ed769287f56a665288f

See more details on using hashes here.

Supported by

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