A modern async client library for Rust, supports Slack Web / Events API/Socket Mode and Block Kit.
Find a file
Abdulla Abdurakhmanov 50a1e74d3c Example docs update
2020-09-03 14:47:45 +03:00
.github/workflows Removed test template 2020-08-23 18:27:13 +03:00
docs Prelude support 2020-08-25 09:53:21 +03:00
src Enviroment variables in examples docs + updated more informative example 2020-09-02 09:11:44 +03:00
.gitignore Github actions test 2020-08-22 16:52:25 +03:00
Cargo.toml pre-push hook generator 2020-08-22 18:53:47 +03:00
CNAME gh-pages workflow fix 2020-08-22 18:40:30 +03:00
LICENSE Docs/Cargo update 2020-08-09 16:12:47 +03:00
README.md Example docs update 2020-09-03 14:47:45 +03:00
renovate.json Add renovate.json 2020-08-22 15:57:31 +00:00

Cargo tests and formatting

Slack Morphism for Rust

Slack Morphism is a modern client library for Slack Web/Events API and Block Kit.

Documentation

Please follow to the official website: https://slack-rust.abdolence.dev

Examples

https://github.com/abdolence/slack-morphism-rust/tree/master/src/examples/src

The example bot requires to work the following environment variables (from your Slack bot profile in api.slack.com):

  • SLACK_CLIENT_ID, SLACK_CLIENT_SECRET, SLACK_BOT_SCOPE, SLACK_REDIRECT_HOST - for OAuth
  • SLACK_SIGNING_SECRET for all routes

Routes for this example are available on http://:8080:

  • /auth/install - to begin OAuth installation
  • /auth/callback - a callback endpoint for Slack OAuth profile config
  • /push - for Slack Push Events
  • /interaction - for Slack Interaction Events
  • /command - for Slack Command Events

Licence

Apache Software License (ASL)

Author

Abdulla Abdurakhmanov