Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brianary/selecthtml
- Owner: brianary
- License: mit
- Created: 2022-03-16T02:14:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T01:38:07.000Z (3 months ago)
- Last Synced: 2024-10-29T02:28:10.695Z (3 months ago)
- Topics: fsharp, html, html-parsing, powershell, powershell-module, scrape, xpath
- Language: HTML
- Homepage: https://www.powershellgallery.com/packages/SelectHtml/
- Size: 145 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
SelectHtml
================[![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`).