Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/MindFlavor/Jellyfin.Plugins.Telegram

Telegram notification plugin for Jellyfin
https://github.com/MindFlavor/Jellyfin.Plugins.Telegram

jellyfin notification telegram

Last synced: about 2 months ago
JSON representation

Telegram notification plugin for Jellyfin

Awesome Lists containing this project

README

        

# Jellyfin.Plugins.Telegram
Telegram bot Notification Agent for Jellyfin

Get started with Jellyfin at https://jellyfin.github.io/

## How to use

* Create a bot (or use an existing one). You can use the `/newbot` command of BotFather for this. Make sure to copy the access token.
* Start the bot (by sending the `/start` command).
* Say something to your bot (a simple hello will suffice).
* Get your Chat Id. You can GET this URL: `https://api.telegram.org/bot<>/getUpdates`. Of course you will need to replace `<>` with your token. In the answer, copy the `chat_id`.
* Now enable the plugin in Jellyfin specifiyng both the access token and the chat id. Enable, save the configuration and test it. If everything is ok you will receive the test notification in your bot.
* Profit!