Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brianary/selecthtml

A PowerShell module for extracting data from HTML using XPath
https://github.com/brianary/selecthtml

fsharp html html-parsing powershell powershell-module scrape xpath

Last synced: 2 months ago
JSON representation

A PowerShell module for extracting data from HTML using XPath

Awesome Lists containing this project

README

        

SelectHtml
================

SelectHtml icon

[![PowerShell Gallery Version](https://img.shields.io/powershellgallery/v/SelectHtml)](https://www.powershellgallery.com/packages/SelectHtml/)
[![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/SelectHtml)](https://www.powershellgallery.com/packages/SelectHtml/)
[![Actions Status](https://github.com/brianary/SelectHtml/workflows/.NET%20Core/badge.svg)](https://github.com/brianary/SelectHtml/actions)

A PowerShell module for selecting data from HTML using the [HTML Agility Pack](https://html-agility-pack.net/).

To install: `Install-Module SelectHtml`

![example usage of SelectHtml](SelectHtml.gif)

Cmdlets
-------

Documentation is automatically generated using [platyPS](https://github.com/PowerShell/platyPS) (`.\doc.cmd`).

- [Select-Html](docs/Select-Html.md) — Returns content from the HTML retrieved from a URL.

Tests
-----

Tests are written for [Pester](https://github.com/Pester/Pester) (`.\test.cmd`).