{"id":15714370,"url":"https://github.com/alistairjlh/slackapiwrapperforpowershell","last_synced_at":"2026-02-10T23:03:24.967Z","repository":{"id":243597949,"uuid":"812861202","full_name":"alistairjlh/SlackAPIWrapperForPowershell","owner":"alistairjlh","description":"Execute commands against your Slack environment.   See https://api.slack.com/methods for more information. ","archived":false,"fork":false,"pushed_at":"2024-06-10T03:47:56.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T09:41:50.630Z","etag":null,"topics":["slack","slack-api","slack-bot"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alistairjlh.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-10T03:22:28.000Z","updated_at":"2024-06-28T20:10:40.000Z","dependencies_parsed_at":"2024-08-07T17:16:06.401Z","dependency_job_id":null,"html_url":"https://github.com/alistairjlh/SlackAPIWrapperForPowershell","commit_stats":null,"previous_names":["alistairjlh/slackapiwrapperforpowershell"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alistairjlh%2FSlackAPIWrapperForPowershell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alistairjlh%2FSlackAPIWrapperForPowershell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alistairjlh%2FSlackAPIWrapperForPowershell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alistairjlh%2FSlackAPIWrapperForPowershell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alistairjlh","download_url":"https://codeload.github.com/alistairjlh/SlackAPIWrapperForPowershell/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246660081,"owners_count":20813338,"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":["slack","slack-api","slack-bot"],"created_at":"2024-10-03T21:36:29.383Z","updated_at":"2026-02-10T23:03:24.956Z","avatar_url":"https://github.com/alistairjlh.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slack API Wrapper For Powershell\n\n## Simple Post Message Example\n```\n$token  =  Read-Host  \"Token\"\n$channel  =  Read-Host  \"Channel\"\n$messageText  =  \"*Date:* $((Get-Date).ToString())`n*Message* Lorem ipsum dolor sit amet \"\n\n[SlackAPIWrapper]$slack= [SlackAPIWrapper]::new($token)\n\n$query = [SlackAPIWrapper]::NewQuery()\n$query.Add('channel', $channel)\n$query.Add('text', $message)\n\n$messageResponse = $slack.SendCommand(\"chat.postMessage\", $query)\n```\n\n## Manually Setting Limiter Rate for Specific Command\n```\n$token = 'xoxb-XXXXX'\n[SlackAPIWrapper]$slack= [SlackAPIWrapper]::new($token) \n$slack.Limiters.Add(\"conversations.history\", [SlackAPILimiter]::new([SlackRateLimits]::Tier3) )\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falistairjlh%2Fslackapiwrapperforpowershell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falistairjlh%2Fslackapiwrapperforpowershell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falistairjlh%2Fslackapiwrapperforpowershell/lists"}