Send messages out via AWS Simple Notification Service(SNS) in a timed fashion whenever new items are added to your Jellyfin Server
Jellyfin-Notify assumes you have the AWS CLI installed and configured. Also that you have created a valid SNS topic in AWS.
Jellyfin-Notify can be used in 2 different ways
./jellyfin-notify -endpoint <ENDPOINT> -api-key <API-KEY> -user-key <USER-KEY> -aws-region <AWS-REGION> -sns-arn <SNS-ARN> -wait-time 72
- create an .env file using the template in this repo
./jellyfin-notify -env-file