https://github.com/trackd/pstvnu
https://github.com/trackd/pstvnu
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/trackd/pstvnu
- Owner: trackd
- License: mit
- Created: 2023-06-21T17:59:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-25T22:02:28.000Z (almost 3 years ago)
- Last Synced: 2025-05-13T20:36:58.030Z (about 1 year ago)
- Language: PowerShell
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
fun little project to learn more about working with rest api's.
might break anytime if they decide it's not allowed..
the site has no public api documentation some stuff might change or break by their changes unintended.
## Install
>
>Install-Module -Name PSTvnu
## Commands
| Commands | Description |
| ----------- | ---------------------------- |
| Get-Tv | Get regular channel schedule |
| Get-TvSport | Get Tv sport schedule |
## Examples
```ps1
Get-TvSport -Sport Ishockey -Tournament SHL
```
```ps1
Get-Tv -Channel TV3 -Movies
```
```ps1
Get-Tv -Series
```
See also
```ps1
Get-Help Get-Tv -Examples
```
```ps1
Get-Help Get-TvSport -Examples
```
for more information
## Credit
[tv.nu](https://www.tv.nu)