Project

PSWebToolbox

Simple PowerShell Module to get RSS feeds

Stars13
Forks3
Open issues0
PowerShell Gallery downloads842
Language: PowerShell Updated: 2019-07-28T20:24:43.0000000+00:00

Documentation

PSWebToolbox Overview

When to use PSWebToolbox and what it covers.

Use PSWebToolbox when a PowerShell script needs a small web utility rather than a full web framework.

The current curated examples focus on RSS feed ingestion and shaping feed data for review.

Common tasks

  • Read one or more RSS feeds.
  • Limit feed results to the newest entries.
  • Filter feed output before sending it into a report or table.