PoshBot.XKCD

1.2.0

PoshBot module for retrieving XKCD comics

Minimum PowerShell version

5.0.0

Installation Options

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

Install-Module -Name PoshBot.XKCD

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

Install-PSResource -Name PoshBot.XKCD

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

XKCD PoshBot ChatOps Comic

Functions

Get-XKCD

Dependencies

Release Notes


## 1.1.1 - 2017-09-14
### Fixed
- Ensure TLS 1.2 is used with calling XKCD API (via @DunlapOverbelt).

## [1.1.0] - 2017-07-25
### Added
- Add -AltText switch parameter.
   When set, the function will emit Alt Text (formatted as quote via markdown) for each comic image output. (via @alexsalisbury)

## [1.0.2] - 2017-07-12
### Fixed
- Add PoshBot dependency to module manifest.

## [1.0.1] - 2017-03-24
### Changed
- Explicitly export function in module manifest
- Renamed function to conform to PowerShell conventions (verb-noun) and set bot command name to "xkcd" via [PoshBot.BotCommand()] attribute.

## [1.0.0] - 2017-03-21
### Added
- Initial commit

FileList

Version History

Version Downloads Last updated
1.2.0 (current version) 522 9/6/2018
1.1.1 201 9/15/2017
1.1.0 58 7/26/2017
1.0.2 29 7/12/2017
1.0.1 81 3/25/2017
1.0.0 22 3/23/2017
Show more