/PoshBot.Spark.Backend

A very rough Cisco Spark backend for PoshBot

Primary LanguagePowerShellMIT LicenseMIT

PoshBot.Spark.Backend

A (very) rough Cisco Spark backend for PoshBot.

Largely based off of PoshBot's Slack backend and PoshBot.Example.Backend.

Installing the module

Install the module from the PowerShell Gallery using:

PS> Install-Module -Name PoshBot.Spark.Backend

Updating PoshBot.Spark.Backend

Once installed from the PowerShell Gallery, you can update it using:

PS> Update-Module -Name PoshBot.Spark.Backend

Removing PoshBot.Spark.Backend

To remove PoshBot.Spark.Backend:

PS> Uninstall-Module -Name PoshBot.Spark.Backend