Quantcast
Channel: /r/powershell – How to Code .NET
Viewing all articles
Browse latest Browse all 8793

PoshBot – A PowerShell based bot framework

$
0
0

For those folks interested in ChatOps or bots in general, I recently released PoshBot which is a bot framework written entirely in PowerShell (mostly classes).

PoshBot can import any normal PowerShell module and the exported cmdlets/functions of the module become bot commands. I’ve written a backend implementation for Slack but other backends could be written for other chat networks (HipChat, Teams, etc). PoshBot also includes a Role Based Access Control system so you can control who can execute what commands.

GitHub

PSGallery

I’m looking for feedback from people interested in this space (good and bad) so I encourage you to try it out.

submitted by /u/devblackops
[link] [comments]

The post PoshBot – A PowerShell based bot framework appeared first on How to Code .NET.


Viewing all articles
Browse latest Browse all 8793

Trending Articles