PoshBot
0.2.2
A Powershell-based bot framework for ChatOps. PowerShell modules are loaded into PoshBot and instantly become available as bot commands. PoshBot currently supports connecting to Slack to provide you with awesome ChatOps goodness. Bot commands can optionally be secured via permissions, roles, and groups to control who can execute what.
Minimum PowerShell version
5.0
Installation Options
Owners
Copyright
(c) 2017 Brandon Olin. All rights reserved.
Package Details
Author(s)
- Brandon Olin
Tags
Functions
Get-PoshBot Get-PoshBotConfiguration New-PoshBotAce New-PoshBotBackend New-PoshBotConfiguration New-PoshBotInstance New-PoshBotScheduledTask New-PoshBotSlackBackend New-HelloPlugin New-PoshBotCardResponse New-PoshBotTextResponse Save-PoshBotConfiguration Start-PoshBot Stop-Poshbot
Dependencies
Release Notes
## [0.2.2] 2017-04-17
### Fixed
- Command tokenization issues on Nano Server.
- #24: Nano Server compatability
## [0.2.1] 2017-04-14
### Fixed
- #23: Issue with retrieving module command attribute type names on Nano server.
## [0.2.0] 2017-04-06
### Added
- Commands to create and assign adhoc permissions
## [0.1.3] Unreleased
### Added
- New builtin command [Find-Plugin] to find available plugins in the desired PowerShell repository
## [0.1.2] - 2017-03-24
### Fixed
- Bot command names are now set to the value of the CommandName property of [PoshBot.BotCommand()] if defined. Previously, this didn't work and the bot command names always used the function name
- Fixed a bug in the builtin command [Install-Plugin] where if specified, the specific version of a plugin to install produced an error
## [0.1.1] - 2017-03-23
### Fixed error in !install-plugin command when installing plugins that had a dependency on the PoshBot module.
## [0.1.0] - 2017-03-21
### Added
- Initial documentation for mkdocs
- New function to create scheduled task to run PoshBot
- New builtin command to get recent command execution history
- Commands to remove plugins/roles/groups
- Support for multiple plugin versions
### Changed
- Standadized builtin bot command parameter names
- Move demo commands (WolframAlpha, Giphy) into seperate plugin repos
- Move network plugin into seperate repo
### Fixed
- Fix StopUpstreamCommandsException exception from being thrown in Install-Plugin command
## [0.0.1] - 2016-12-18
### Added
- Initial commit
FileList
- poshbot.nuspec
- poshbot.psd1
- poshbot.psm1
- PoshBotAttribute.ps1
- en-US\PoshBot-help.xml
- Plugins\Builtin\Builtin.psd1
- Plugins\Builtin\builtin.psm1
- Plugins\Demo\Demo.psd1
- Plugins\Demo\Demo.psm1
- Task\StartPoshBot.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
0.13.0 | 18,932 | 5/3/2020 |
0.12.0 | 649 | 3/6/2020 |
0.11.8 | 2,027 | 8/31/2019 |
0.11.7 | 328 | 8/9/2019 |
0.11.6 | 1,695 | 4/3/2019 |
0.11.5 | 491 | 2/28/2019 |
0.11.4 | 589 | 1/18/2019 |
0.11.3 | 582 | 11/7/2018 |
0.11.2 | 293 | 10/12/2018 |
0.11.1 | 187 | 10/2/2018 |
0.11.0 | 297 | 9/9/2018 |
0.10.2 | 1,120 | 5/5/2018 |
0.10.1 | 232 | 4/6/2018 |
0.10.0 | 792 | 12/14/2017 |
0.9.0 | 117 | 12/7/2017 |
0.8.0 | 449 | 10/2/2017 |
0.7.1 | 225 | 9/3/2017 |
0.7.0 | 46 | 8/30/2017 |
0.6.0 | 275 | 7/18/2017 |
0.5.0 | 181 | 6/15/2017 |
0.4.1 | 73 | 6/6/2017 |
0.4.0 | 34 | 6/6/2017 |
0.3.1 | 98 | 5/18/2017 |
0.3.0 | 34 | 5/17/2017 |
0.2.2 (current version) | 134 | 4/18/2017 |
0.2.1 | 51 | 4/15/2017 |
0.2.0 | 73 | 4/7/2017 |
0.1.3 | 58 | 3/25/2017 |
0.1.2 | 30 | 3/25/2017 |
0.1.1 | 37 | 3/24/2017 |
0.1.0 | 62 | 3/23/2017 |