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
- Host: GitHub
- URL: https://github.com/attron/jellyfin-notify
- Owner: ATTron
- License: apache-2.0
- Created: 2020-10-09T05:07:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T00:13:08.000Z (over 5 years ago)
- Last Synced: 2025-04-06T21:42:24.528Z (about 1 year ago)
- Topics: aws, go, golang, hacktoberfest, jellyfin, sns
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```