PoshBot

0.2.0

A Powershell-based bot framework for ChatOps. PowerShell modules are loaded into PoshBot and instantly become available at 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

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PoshBot -RequiredVersion 0.2.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PoshBot -Version 0.2.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2017 Brandon Olin. All rights reserved.

Package Details

Author(s)

  • Brandon Olin

Tags

PoshBot ChatOps Bot

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.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

Version History

Version Downloads Last updated
0.13.0 11,214 5/3/2020
0.12.0 648 3/6/2020
0.11.8 2,026 8/31/2019
0.11.7 327 8/9/2019
0.11.6 1,683 4/3/2019
0.11.5 490 2/28/2019
0.11.4 588 1/18/2019
0.11.3 581 11/7/2018
0.11.2 292 10/12/2018
0.11.1 186 10/2/2018
0.11.0 296 9/9/2018
0.10.2 1,119 5/5/2018
0.10.1 231 4/6/2018
0.10.0 791 12/14/2017
0.9.0 115 12/7/2017
0.8.0 448 10/2/2017
0.7.1 223 9/3/2017
0.7.0 45 8/30/2017
0.6.0 274 7/18/2017
0.5.0 180 6/15/2017
0.4.1 72 6/6/2017
0.4.0 33 6/6/2017
0.3.1 97 5/18/2017
0.3.0 33 5/17/2017
0.2.2 133 4/18/2017
0.2.1 50 4/15/2017
0.2.0 (current version) 72 4/7/2017
0.1.3 57 3/25/2017
0.1.2 29 3/25/2017
0.1.1 36 3/24/2017
0.1.0 61 3/23/2017
Show less