G
gnja.io
HomeBlogProjectsGalleryVideosAbout
System operational
© 2026 gnja.io•About•GitHub•YouTube•RSS
Blog

Blog

3 posts tagged web

Using Discord Webhooks and Embeds With PowerShell (Part 2)
PowerShell

Using Discord Webhooks and Embeds With PowerShell (Part 2)

Welcome to part 2 of my series of using PowerShell to send Discord webhooks. In this post I will be going over how to send embeds. If you’re just getting started with the process, I recommend reading...

Oct 16, 20183 min read
Using Discord Webhooks With PowerShell (Part 1)
PowerShell

Using Discord Webhooks With PowerShell (Part 1)

A Discord Webhook allows you to send a message to a text channel auto-magically. It essentially provides a URL that is associated with a channel. You can customize the name of the sender, the avatar...

Mar 12, 20182 min read
PowerShell: Ninja Downloader (Modular File Downloading Utility)
PowerShell

PowerShell: Ninja Downloader (Modular File Downloading Utility)

Knowing PowerShell can come in handy when you need to download files. Invoke-WebRequest is the command to get to know when working with web parsing, and obtaining downloads.I've noticed,...

Mar 11, 20174 min read