Skip to content

My attempt to push Trakt lists to Sonarr using their APIs using .net core. This app should be able to compile/run on windows, linux, mac.

License

Notifications You must be signed in to change notification settings

null-burn/SonarrTraktPusher

Repository files navigation

SonarrTraktPusher - Alpha Version

My attempt to push Trakt lists to Sonarr using their APIs using .net core. This app should be able to compile/run on windows, linux, mac.

Trakt - https://trakt.tv

Sonarr - https://sonarr.tv/

Things you'll need. These items will need to be placed in the settings.json provided.

{
  "ApiUrl": "https://api.trakt.tv",
  "DeviceCode": "",
  "ClientId": "Trakt Client Id",
  "ClientSecret": "Trakt Client Secret",
  "AccessToken": "",
  "RefreshToken": "",
  "SonarrRootFolderPath": "Sonarr Root Folder Path",
  "SonarrProfileId": Sonarr Profile Id,
  "SonarrApiSeries": "Sonarr API URL",
  "SonarrApiKey": "Sonarr API key",
  "TraktUserInfo": [
    {
      "user": "Required",
      "listName": "Required"
    }
  ]
}

Compile and run the console app. It will ask you to go to the Trakt website to authorize the app. A code will be provided you'll need to enter on the website. Once the code is entered and you allow the app access. The app will download the list you supplied and push it to Sonarr. The series created in Sonarr is automatically monitored.

About

My attempt to push Trakt lists to Sonarr using their APIs using .net core. This app should be able to compile/run on windows, linux, mac.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages