{"id":17867056,"url":"https://github.com/jaykul/powerbotmq","last_synced_at":"2026-03-04T14:31:04.990Z","repository":{"id":34335718,"uuid":"38255996","full_name":"Jaykul/PowerBotMQ","owner":"Jaykul","description":"A multi-protocol bridging chat bot based on ZeroMQ pub-sub","archived":false,"fork":false,"pushed_at":"2016-04-24T23:17:00.000Z","size":767,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-17T10:04:41.556Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jaykul.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":"2015-06-29T15:46:04.000Z","updated_at":"2021-02-24T04:47:11.000Z","dependencies_parsed_at":"2022-09-11T05:22:48.463Z","dependency_job_id":null,"html_url":"https://github.com/Jaykul/PowerBotMQ","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Jaykul/PowerBotMQ","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaykul%2FPowerBotMQ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaykul%2FPowerBotMQ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaykul%2FPowerBotMQ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaykul%2FPowerBotMQ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jaykul","download_url":"https://codeload.github.com/Jaykul/PowerBotMQ/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaykul%2FPowerBotMQ/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30083737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T13:22:36.021Z","status":"ssl_error","status_checked_at":"2026-03-04T13:20:45.750Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-10-28T09:43:03.675Z","updated_at":"2026-03-04T14:31:04.410Z","avatar_url":"https://github.com/Jaykul.png","language":"PowerShell","readme":"PowerBot\n========\n\nAn chat bot for PowerShell using ZeroMQ, or rather ... a bridge bot with the possibility of adding triggers like Hubot's.\n\nThere are currently two protocol adapters (IRC and Slack), both written in PowerShell against .Net assemblies.  Technically these can be written in any language where there's a ZeroMQ library!\n\nIt's a bit of a mess, but for now I've pushed a lib folder full of stuff that should be NuGet packages: NetMQ, SlackAPI, and SmartIrc4net, plus their dependencies: Newtonsoft.Json, ServiceStack, Log4Net, WebSocket4Net, etc.\n\nStill to come: the a binary project (PowerBot.csproj), plus my fork of @inumedia's SlackAPI, and @meebey's SmartIrc4Net .. and the build scripts and all that jazz. Also, I intend to figure out a way to use Hubot and/or Mmmbot adapters ...\n\nIf you want to write automation scripts against it, have a look at the \"BrainAdapter.psm1\" adapter. You don't have to add triggers to that (although you can) -- you could just implement your own \"adapter\" that talks back like the BrainAdapter does. :wink:\n\n\nGetting Started\n===============\n\nInstall the dependency [Configuration Module](https://github.com/PoshCode/Configuration) by running `Install-Module Configuration`\n\nFrom the source, run `Setup.ps1` and `Build.ps1`, then import the module that was built `Import-Module PowerBot` (you might need to sepecify the version, like `-MinimumVersion 4.0.3`).\n\nAfter importing the PowerBot module, you need to set up it's configuration once. Run `$config = Get-BotConfig` and then alter your `$config` as necessary, setting login credentials and channels as needed. \nThen, store the configuration by running: `$config | Set-BotConfig` -- this will store a `Configuration.psd1` file in your user data folder (i.e.: $Home\\AppData\\Roaming\\WindowsPowerShell\\HuddledMasses.org\\PowerBot\\Configuration.psd1) . \n\nFinally, run `Start-PowerBot`.\n\nYou can verify that everything is still running anytime, by checking the status of the jobs with `Get-Job` and even view verbose logging messages by calling `Receive-Job`.  If you need to restart an adapter for any reason, you can use `Restart-BotAdapter` with the name of the adapter (i.e. \"Slack\" or \"IRC\")\n  ","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaykul%2Fpowerbotmq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaykul%2Fpowerbotmq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaykul%2Fpowerbotmq/lists"}