Skip to content

A PowerShell module for managing your Trakt.TV shows and movies.

License

Notifications You must be signed in to change notification settings

juniinacio/Trakt-PowerShell

Repository files navigation

Trakt-PowerShell

PowerShell v3 interface for the Trakt.TV API.

Prerequisites

In order to use this module you need to have PowerShell installed on your system, which you can download here.

New to PowerShell?

If you are new to PowerShell and would like to learn more, I recommend reviewing the getting started documentation.

Installation

  1. Download or clone this repository on your desktop.
  2. Copy the directory Trakt-PowerShell to one of the following directories:
  • $env:USERPROFILE\Documents\WindowsPowerShell\Modules
  • C:\Program Files\WindowsPowerShell\Modules
  • C:\Windows\system32\WindowsPowerShell\v1.0\Modules

Notice: For a up to date list where you can copy the module directory, execute the following command at the Windows PowerShell command prompt:

$Env:PSMODULEPATH -Split ";"

Getting started

To use the module you first need to import it in your current PowerShell session:

Import-Module -Name Trakt-PowerShell

To view all cmdlets, enter:

Get-Command -Module Trakt-PowerShell

About

A PowerShell module for managing your Trakt.TV shows and movies.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages