Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/MindFlavor/Jellyfin.Plugins.Telegram
- Owner: MindFlavor
- License: mit
- Created: 2020-03-29T15:36:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-28T12:53:37.000Z (over 1 year ago)
- Last Synced: 2024-10-13T13:28:56.422Z (3 months ago)
- Topics: jellyfin, notification, telegram
- Language: HTML
- Size: 29.3 KB
- Stars: 55
- Watchers: 6
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jellyfin.Plugins.Telegram
Telegram bot Notification Agent for JellyfinGet 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!