https://github.com/powershellweb/opengraph
Get OpenGraph with PowerShell
https://github.com/powershellweb/opengraph
Last synced: 10 months ago
JSON representation
Get OpenGraph with PowerShell
- Host: GitHub
- URL: https://github.com/powershellweb/opengraph
- Owner: PowerShellWeb
- License: mit
- Created: 2025-03-16T17:48:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T18:30:14.000Z (11 months ago)
- Last Synced: 2025-03-24T17:57:17.577Z (10 months ago)
- Language: PowerShell
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenGraph
[OpenGraph](https://ogp.me) is a protocol for embedding information in a page search optimization and social media.
The OpenGraph module lets you see this information for any page that has it.
~~~PowerShell
Get-OpenGraph https://abc.com/
~~~