Skip to main content

Slack Bolt Router

Project description

slack-bolt-router

Python Versions Slack-Bolt Version Release License

Description

The slack-bolt-router package it is a helper utility that can collect and add routes for the Slack Application.

Current compatible slack-bolt version is 1.10.0.

NOTE: This package may be affected by major updates to the Slack-bolt library, and may not contain additional routes from a future release.

Usage

Install from pip:

python3 -m pip install slack-bolt-router

Import router to file with your handler functions:

from slack_bolt_router import Router

Start to use routers in your bot application:

router = Router()

@router.register(type="view")
def example_submit(ack):
    ack()

router.apply_to(app)

Examples of usage

Contribution

  1. Clone repo
  2. Run poetry install
  3. Make some changes and commit to new branch
  4. Create pull request and add some information about changes in PR
  5. Add project author to PR Reviewers

Author

You can sponsorship this project by links in github repo.

Author personal website: https://hoid.dev

(c) Dmytro Hoi code@dmytrohoi.com, 2021 | MIT License

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-bolt-router-0.1.1.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

slack_bolt_router-0.1.1-py3-none-any.whl (6.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