Closed jakorthuis closed 2 years ago
This project is SlackBot (what you've linked to in the PSGallery is the published version of this module). It has a dependency on a module called PSSlack: https://github.com/RamblingCookieMonster/PSSlack, which if you install and configure first will then make this module usable. I should make that clearer in the Readme.md really.
TBF It doesn't really need to have that dependency though, I just wrote it a long time ago when it was easier to use that for some messages IIRC. Tbh the whole project is merely supposed to represent a POC for others to use to write their own more full featured version if they want to interact with Slack via websockets.
If you want a more complete / usable project, I recommend you have a look at PoshBot: https://github.com/poshbotio/PoshBot
Thanks so much!
Does your project depend on https://www.powershellgallery.com/packages/SlackBot/1.0.16 Thanks