{"id":13478276,"url":"https://github.com/abdolence/slack-morphism-rust","last_synced_at":"2025-05-14T23:04:18.653Z","repository":{"id":38374569,"uuid":"267288954","full_name":"abdolence/slack-morphism-rust","owner":"abdolence","description":"A modern async client library for Rust, supports Slack Web / Events API/Socket Mode and Block Kit.","archived":false,"fork":false,"pushed_at":"2025-05-05T17:45:54.000Z","size":2946,"stargazers_count":183,"open_issues_count":3,"forks_count":66,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-05T18:57:11.644Z","etag":null,"topics":["rust","rust-crate","slack","slack-api"],"latest_commit_sha":null,"homepage":"https://slack-rust.abdolence.dev","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abdolence.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-05-27T10:26:43.000Z","updated_at":"2025-05-05T17:45:58.000Z","dependencies_parsed_at":"2024-01-03T04:56:34.141Z","dependency_job_id":"f0987956-713b-4795-8ba9-2f36e2c62167","html_url":"https://github.com/abdolence/slack-morphism-rust","commit_stats":{"total_commits":645,"total_committers":28,"mean_commits":"23.035714285714285","dds":"0.40775193798449616","last_synced_commit":"4ad6a7c45af6e9363d0f878a782afc28ff813e2d"},"previous_names":[],"tags_count":95,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdolence%2Fslack-morphism-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdolence%2Fslack-morphism-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdolence%2Fslack-morphism-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdolence%2Fslack-morphism-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdolence","download_url":"https://codeload.github.com/abdolence/slack-morphism-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254243358,"owners_count":22038046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["rust","rust-crate","slack","slack-api"],"created_at":"2024-07-31T16:01:54.895Z","updated_at":"2025-05-14T23:04:18.633Z","avatar_url":"https://github.com/abdolence.png","language":"Rust","funding_links":[],"categories":["Rust",":hammer_and_wrench: \u0026nbsp; Libraries and SDKs"],"sub_categories":["Rust"],"readme":"[![Cargo](https://img.shields.io/crates/v/slack_morphism.svg)](https://crates.io/crates/slack_morphism)\n![tests and formatting](https://github.com/abdolence/slack-morphism-rust/workflows/tests%20\u0026amp;%20formatting/badge.svg)\n![security audit](https://github.com/abdolence/slack-morphism-rust/workflows/security%20audit/badge.svg)\n\n# Slack Morphism for Rust\n\nSlack Morphism is a modern client library for Slack Web/Events API/Socket Mode and Block Kit.\n\n## Documentation\nPlease follow to the official website: https://slack-rust.abdolence.dev.\n\n## Examples\n\nhttps://github.com/abdolence/slack-morphism-rust/tree/master/examples\n\nThe examples require to work the following environment variables (from your Slack bot profile in api.slack.com):\n\n- `SLACK_TEST_TOKEN` - for Slack client example\n- `SLACK_TEST_APP_TOKEN` - for Slack client with Socket Mode example\n- `SLACK_CLIENT_ID`, `SLACK_CLIENT_SECRET`, `SLACK_BOT_SCOPE`, `SLACK_REDIRECT_HOST` - for OAuth routes for Events API example\n- `SLACK_SIGNING_SECRET` for all routes for Events API example\n\nTo run example use with environment variables:\n```\n# SLACK_... cargo run --example \u003cclient|events_api_server|axum_events_api_server|socket_mode\u003e --all-features\n```\n\nRoutes for this example are available on http://\u003cyour-host\u003e:8080:\n\n- /auth/install - to begin OAuth installation\n- /auth/callback - a callback endpoint for Slack OAuth profile config\n- /push - for Slack Push Events\n- /interaction - for Slack Interaction Events\n- /command - for Slack Command Events\n\n### Testing Events API with ngrok\nFor development/testing purposes you can use [ngrok](https://ngrok.com/):\n```\nngrok http 8080\n```\nand copy the URL it gives for you to the example parameters for `SLACK_REDIRECT_HOST`.\n\nExample testing with ngrok:\n```\nSLACK_CLIENT_ID=\u003cyour-client-id\u003e \\\nSLACK_CLIENT_SECRET=\u003cyour-client-secret\u003e \\\nSLACK_BOT_SCOPE=app_mentions:read,incoming-webhook \\\nSLACK_REDIRECT_HOST=https://\u003cyour-ngrok-url\u003e.ngrok.io \\\nSLACK_SIGNING_SECRET=\u003cyour-signing-secret\u003e \\\ncargo run --example events_api_server  --all-features\n```\n\n## Licence\nApache Software License (ASL)\n\n## Author\nAbdulla Abdurakhmanov\n\nwith the great help of contributors, particularly:\n- Naoki Ikeguchi (@siketyan)\n- David Rousselie (@dax)\n\nand many [others](https://github.com/abdolence/slack-morphism-rust/graphs/contributors)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdolence%2Fslack-morphism-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdolence%2Fslack-morphism-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdolence%2Fslack-morphism-rust/lists"}