{"id":13446230,"url":"https://github.com/khrj/slack-web-api","last_synced_at":"2025-04-07T07:32:03.482Z","repository":{"id":51170952,"uuid":"336196363","full_name":"khrj/slack-web-api","owner":"khrj","description":"Simple, convenient, and configurable HTTP client for making requests to Slack’s Web API. Deno port of @slack/web-api","archived":false,"fork":false,"pushed_at":"2021-07-13T06:15:49.000Z","size":126,"stargazers_count":18,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-20T12:10:40.662Z","etag":null,"topics":["deno","slack","slack-api","web-api"],"latest_commit_sha":null,"homepage":"https://deno.land/x/slack_web_api","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/khrj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-05T07:25:49.000Z","updated_at":"2024-03-11T18:02:46.000Z","dependencies_parsed_at":"2022-09-06T08:02:03.591Z","dependency_job_id":null,"html_url":"https://github.com/khrj/slack-web-api","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khrj%2Fslack-web-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khrj%2Fslack-web-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khrj%2Fslack-web-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khrj%2Fslack-web-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khrj","download_url":"https://codeload.github.com/khrj/slack-web-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223275026,"owners_count":17118106,"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":["deno","slack","slack-api","web-api"],"created_at":"2024-07-31T05:00:48.900Z","updated_at":"2024-11-06T02:41:13.892Z","avatar_url":"https://github.com/khrj.png","language":"TypeScript","funding_links":[],"categories":["Developer Utilities"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"assets/logo.svg\" width=\"400\" height=\"400\" alt=\"slack_web_api illustration\"\u003e\n    \u003ch1\u003eSlack Web API\u003c/h1\u003e\n    \u003cp\u003e\n        \u003cb\u003eSimple, convenient, and configurable HTTP client for making requests to Slack’s \u003ca href=\"https://api.slack.com/web\"\u003eWeb API\u003c/a\u003e. Deno port of \u003ca href=\"https://www.npmjs.com/package/@slack/web-api\"\u003e@slack/web-api\u003c/a\u003e\u003c/b\u003e\n    \u003c/p\u003e\n    \u003cp\u003e\n        \u003cimg alt=\"build status\" src=\"https://img.shields.io/github/workflow/status/khrj/slack-web-api/Deno?label=checks\" \u003e\n        \u003cimg alt=\"language\" src=\"https://img.shields.io/github/languages/top/khrj/slack-web-api\" \u003e\n        \u003cimg alt=\"code size\" src=\"https://img.shields.io/github/languages/code-size/khrj/slack-web-api\"\u003e\n        \u003cimg alt=\"issues\" src=\"https://img.shields.io/github/issues/khrj/slack-web-api\" \u003e\n        \u003cimg alt=\"license\" src=\"https://img.shields.io/github/license/khrj/slack-web-api\"\u003e\n        \u003cimg alt=\"version\" src=\"https://img.shields.io/github/v/release/khrj/slack-web-api\"\u003e\n    \u003c/p\u003e\n    \u003cp\u003e\n        \u003cb\u003e\u003ca href=\"https://deno.land/x/slack_web_api\"\u003eView on deno.land\u003c/a\u003e\u003c/b\u003e\n    \u003c/p\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n\u003c/div\u003e\n\n## Usage\n\n```ts\nimport { WebClient } from \"https://deno.land/x/slack_web_api@1.0.3/mod.ts\"\nconst web = new WebClient(\"your-token-here\")\n\nawait web.chat.postMessage({\n    channel: \"C01C74D080J\",\n    text: \"Hi from slack for deno\",\n})\n```\n\n## API\n\n- Methods are identical to the [node @slack/web-api](https://www.npmjs.com/package/@slack/web-api).\n- Generated docs are available at https://doc.deno.land/https/deno.land/x/slack_web_api@1.0.3/mod.ts\n\n## Supporters\n\n[![Stargazers repo roster for @khrj/slack-web-api](https://reporoster.com/stars/khrj/slack-web-api)](https://github.com/khrj/slack-web-api/stargazers)\n\n[![Forkers repo roster for @khrj/slack-web-api](https://reporoster.com/forks/khrj/slack-web-api)](https://github.com/khrj/slack-web-api/network/members)\n\n## Related\n\n- [Deno Slack SDK](https://github.com/khrj/deno-slack-sdk)\n- [Deno modules](https://github.com/khrj/deno-modules)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhrj%2Fslack-web-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhrj%2Fslack-web-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhrj%2Fslack-web-api/lists"}