Skip to content

RadarrPusherApi/RadarrPusherApi

Repository files navigation

RadarrPusherApi

RadarrPusherApi allows you to communicate to a Web API (pending) via a Windows Worker Service to Radarr that is installed on your computer. This is done without opening any ports on a computer but by using a message service from Pusher. The messaging service that Pusher offers us is a "Pub/Sub" service, which is an asynchronous messaging service which is used by the computer and Web API (pending).

RadarrPusherApi Worker Service Windows

This is the Windows Worker Service that you will install onto the computer so that the computer and the Web API (pending) can communicate. It is basically the same as a Windows Service, but more modern and uses .NET and not .NET Framework. See this Stackoverflow answer for more information.

Status

GitHub issues GitHub pull requests GNU GPL v3 Copyright 2022

Configuring the Development Environment

Requirements

Setup

  • Make sure all the required software mentioned above are installed
  • Clone the repository into your development machine (info)

Development

  • Open RadarrPusherApi.sln in Visual Studio 2019
  • Make sure RadarrPusherApi.WorkerService.Windows is set as the startup project
  • Press F5

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages