I wrote blog posts about how to use an API for Slack and Twitter messages, but... Mastodon is also there now, and I thought... Ok, can I Toot in Mastodon using PowerShell? This blog post will show you how 😉
Social
Create a Tweet on Twitter using PowerShell
In an earlier post about Slack, I showed you how to create a message there, but I also use Twitter a lot (I even met my girlfriend because of that!). In this blog post, I will show you how to create a Tweet using PowerShell 🙂
Create Slack messages using PowerShell
If you're a Slack user like myself, you can use PowerShell to send messages to your Slack channel. This is very useful for scripts that run during the day on which you want to receive information. This is done using the Invoke-Webrequest method, and in this blog post, I will show you how you can use it in your scripts.