An open API service indexing awesome lists of open source software.

https://github.com/attron/jellyfin-notify

publish messages about new titles in your jellyfin server via AWS Simple Notification Service
https://github.com/attron/jellyfin-notify

aws go golang hacktoberfest jellyfin sns

Last synced: 2 months ago
JSON representation

publish messages about new titles in your jellyfin server via AWS Simple Notification Service

Awesome Lists containing this project

README

          

# Jellyfin-Notify

Send messages out via [AWS Simple Notification Service(SNS)](https://aws.amazon.com/sns/) in a timed fashion whenever new items are added to your [Jellyfin Server](https://jellyfin.org/)

## Prerequisites
Jellyfin-Notify assumes you have the [AWS CLI](https://aws.amazon.com/cli/) installed and configured. Also that you have created a valid SNS topic in AWS.

## Usage
Jellyfin-Notify can be used in 2 different ways

### 1. CLI w/ flags
```bash
./jellyfin-notify -endpoint -api-key -user-key -aws-region -sns-arn -wait-time 72
```

### 2. CLI w/ .env file
* create an .env file using the template in this repo
```bash
./jellyfin-notify -env-file
```