Code Monkey home page Code Monkey logo

trakt-ps-module's Introduction

Trakt-PS-Module

Powershell Module based on trakt API https://trakt.docs.apiary.io/#

I'm building this module as a request from a friends who wants to have better sync between Ombi, Sonarr, Radarr and Trakt.

For this to work you will need to create an App in trakt https://trakt.tv/oauth/applications/new

alt text

Getting started

One-time setup (PowerShell Gallery)

  1. Install the Trakt-PS-Module module from: https://www.powershellgallery.com/packages/Trakt-PS-Module
Install-Module -Name Trakt-PS-Module

Each time you use the module

Connect-Trakt -ClientID "9841ds81e8d1e281f8e1f81" -ClientSecret "c7e1dce1d9f29e4fdd9e1f9e1f9e1f9e1f9e1f"

To Save Connection Info and Skip Connect-Trakt

  1. It will Save in your %appdata% folder Root
Connect-Trakt -ClientID "9841ds81e8d1e281f8e1f81" -ClientSecret "c7e1dce1d9f29e4fdd9e1f9e1f9e1f9e1f9e1f" -Save $true

Exemple

Connect-Trakt -ClientID "9841ds81e8d1e281f8e1f81" -ClientSecret "c7e1dce1d9f29e4fdd9e1f9e1f9e1f9e1f9e1f"
$TraktObj = Set-TraktObject -MediaType movies -IdType tmdb -MediaID "479455"
Add-TraktUserListItem -list "Watchlist 1" -BodyObj $TraktObj

trakt-ps-module's People

Contributors

boivinx7 avatar

Stargazers

Robin Malik avatar

Watchers

James Cloos avatar

Forkers

robinmalik

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.