{"id":37117011,"url":"https://github.com/amihos/jellyfin-telegram-bot","last_synced_at":"2026-01-14T13:42:15.193Z","repository":{"id":325825812,"uuid":"1098945634","full_name":"amihos/jellyfin-telegram-bot","owner":"amihos","description":"Multi-language Telegram bot for Jellyfin media server notifications. Supports English and Persian with auto-detection, series muting, and interactive inline keyboards.","archived":false,"fork":false,"pushed_at":"2025-11-23T15:50:17.000Z","size":361,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-23T17:29:13.361Z","etag":null,"topics":["docker","golang","i18n","jellyfin","localization","media-server","notifications","persian","telegram-bot","webhook"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amihos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-18T10:54:26.000Z","updated_at":"2025-11-23T15:50:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/amihos/jellyfin-telegram-bot","commit_stats":null,"previous_names":["amihos/jellyfin-telegram-bot"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/amihos/jellyfin-telegram-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amihos%2Fjellyfin-telegram-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amihos%2Fjellyfin-telegram-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amihos%2Fjellyfin-telegram-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amihos%2Fjellyfin-telegram-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amihos","download_url":"https://codeload.github.com/amihos/jellyfin-telegram-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amihos%2Fjellyfin-telegram-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28421738,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","golang","i18n","jellyfin","localization","media-server","notifications","persian","telegram-bot","webhook"],"created_at":"2026-01-14T13:42:14.434Z","updated_at":"2026-01-14T13:42:15.188Z","avatar_url":"https://github.com/amihos.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jellyfin Telegram Bot\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Go Version](https://img.shields.io/badge/Go-1.22%2B-blue)](https://go.dev/)\n[![Release](https://img.shields.io/github/v/release/amihos/jellyfin-telegram-bot)](https://github.com/amihos/jellyfin-telegram-bot/releases/latest)\n[![Test](https://github.com/amihos/jellyfin-telegram-bot/workflows/Test/badge.svg)](https://github.com/amihos/jellyfin-telegram-bot/actions/workflows/test.yml)\n[![Build](https://github.com/amihos/jellyfin-telegram-bot/workflows/Build/badge.svg)](https://github.com/amihos/jellyfin-telegram-bot/actions/workflows/build.yml)\n[![Docker](https://github.com/amihos/jellyfin-telegram-bot/workflows/Docker/badge.svg)](https://github.com/amihos/jellyfin-telegram-bot/actions/workflows/docker.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/amihos/jellyfin-telegram-bot)](https://goreportcard.com/report/github.com/amihos/jellyfin-telegram-bot)\n\nA Telegram bot that sends instant notifications when new movies, TV shows, or episodes are added to your Jellyfin media server. Get notified in your preferred language (English or Persian) with beautiful media posters and detailed information.\n\n## Features\n\n- **Real-time Notifications**: Get instant alerts when new content is added to your Jellyfin server\n- **Multi-language Support**: Full interface in English and Persian (Farsi), with automatic language detection\n- **Beautiful Media Cards**: Notifications include poster images, ratings, genres, and descriptions\n- **Browse Recent Content**: View recently added media with the `/recent` command\n- **Search Your Library**: Find movies and TV shows instantly with `/search`\n- **Smart Mute Controls**: Mute notifications for specific TV series while continuing to receive others\n- **Interactive UI**: Inline keyboard navigation for browsing content\n- **Simple Subscription**: Just send `/start` to subscribe to notifications\n- **Lightweight \u0026 Fast**: Single binary deployment with minimal resource usage (\u003c 50MB RAM)\n- **Docker Support**: Easy deployment with Docker or docker-compose\n\n## Quick Start\n\nGet your bot running in under 10 minutes!\n\n### Prerequisites\n\n- A Telegram account\n- A running Jellyfin server (with admin access)\n- One of the following:\n  - Docker installed (easiest option)\n  - Go 1.22+ installed (to build from source)\n  - Or download a pre-built binary for your platform\n\n### Step 1: Create Your Telegram Bot\n\n1. Open Telegram and message [@BotFather](https://t.me/BotFather)\n2. Send the command `/newbot`\n3. Follow the prompts to choose a name and username for your bot\n4. Copy the bot token (looks like `123456789:ABCdefGHIjklMNOpqrsTUVwxyz`)\n5. Save this token - you'll need it in Step 3\n\n### Step 2: Get Your Jellyfin API Key\n\n1. Log in to your Jellyfin server web interface\n2. Click the menu icon (☰) → **Dashboard**\n3. In the Advanced section, click **API Keys**\n4. Click the **+** button to create a new key\n5. Give it a name (e.g., \"Telegram Bot\")\n6. Copy the API key that appears\n7. Save this key - you'll need it in Step 3\n\n### Step 3: Choose Your Installation Method\n\n#### Option A: Docker (Recommended)\n\n```bash\n# Create a directory for the bot\nmkdir jellyfin-telegram-bot\ncd jellyfin-telegram-bot\n\n# Download the example docker-compose file\ncurl -O https://raw.githubusercontent.com/yourusername/jellyfin-telegram-bot/main/docker-compose.example.yml\n\n# Rename it to docker-compose.yml\nmv docker-compose.example.yml docker-compose.yml\n\n# Create .env file with your credentials\ncat \u003e .env \u003c\u003c EOF\nTELEGRAM_BOT_TOKEN=your_bot_token_from_step1\nJELLYFIN_SERVER_URL=http://your-jellyfin-server:8096\nJELLYFIN_API_KEY=your_api_key_from_step2\nPORT=8080\nEOF\n\n# Start the bot\ndocker-compose up -d\n\n# View logs to confirm it's running\ndocker-compose logs -f\n```\n\n#### Option B: Pre-built Binary\n\nDownload the latest release for your platform:\n\n**Linux (amd64):**\n```bash\nwget https://github.com/yourusername/jellyfin-telegram-bot/releases/latest/download/jellyfin-telegram-bot-linux-amd64\nchmod +x jellyfin-telegram-bot-linux-amd64\nmv jellyfin-telegram-bot-linux-amd64 jellyfin-telegram-bot\n```\n\n**Linux (arm64 - Raspberry Pi, etc.):**\n```bash\nwget https://github.com/yourusername/jellyfin-telegram-bot/releases/latest/download/jellyfin-telegram-bot-linux-arm64\nchmod +x jellyfin-telegram-bot-linux-arm64\nmv jellyfin-telegram-bot-linux-arm64 jellyfin-telegram-bot\n```\n\n**Windows (amd64):**\nDownload from: https://github.com/yourusername/jellyfin-telegram-bot/releases/latest/download/jellyfin-telegram-bot-windows-amd64.exe\n\n**macOS (Intel):**\n```bash\nwget https://github.com/yourusername/jellyfin-telegram-bot/releases/latest/download/jellyfin-telegram-bot-darwin-amd64\nchmod +x jellyfin-telegram-bot-darwin-amd64\nmv jellyfin-telegram-bot-darwin-amd64 jellyfin-telegram-bot\n```\n\n**macOS (Apple Silicon):**\n```bash\nwget https://github.com/yourusername/jellyfin-telegram-bot/releases/latest/download/jellyfin-telegram-bot-darwin-arm64\nchmod +x jellyfin-telegram-bot-darwin-arm64\nmv jellyfin-telegram-bot-darwin-arm64 jellyfin-telegram-bot\n```\n\nThen create a `.env` file:\n```bash\ncat \u003e .env \u003c\u003c EOF\nTELEGRAM_BOT_TOKEN=your_bot_token_from_step1\nJELLYFIN_SERVER_URL=http://your-jellyfin-server:8096\nJELLYFIN_API_KEY=your_api_key_from_step2\nPORT=8080\nEOF\n```\n\nAnd run the bot:\n```bash\n# Linux/macOS\n./jellyfin-telegram-bot\n\n# Windows (in Command Prompt or PowerShell)\njellyfin-telegram-bot.exe\n```\n\n#### Option C: Build from Source\n\n```bash\n# Clone the repository\ngit clone https://github.com/yourusername/jellyfin-telegram-bot.git\ncd jellyfin-telegram-bot\n\n# Download dependencies\ngo mod download\n\n# Build the binary\ngo build -o jellyfin-telegram-bot cmd/bot/main.go\n\n# Create .env file\ncp .env.example .env\n\n# Edit .env with your credentials\nnano .env  # or use your preferred editor\n\n# Run the bot\n./jellyfin-telegram-bot\n```\n\n### Step 4: Configure Jellyfin Webhook\n\n1. In your Jellyfin dashboard, go to **Plugins** → **Catalog**\n2. Search for \"Webhook\" and install it\n3. Restart Jellyfin server\n4. Go to **Dashboard** → **Plugins** → **Webhook**\n5. Click **Add Generic Destination**\n6. Configure the webhook:\n   - **Webhook Name**: Telegram Bot\n   - **Webhook URL**: `http://your-bot-server-ip:8080/webhook`\n     - If bot runs on same machine as Jellyfin: `http://localhost:8080/webhook`\n     - If bot runs on different machine: `http://192.168.1.x:8080/webhook`\n   - **Notification Type**: Check **Item Added**\n   - **Item Type**: Check **Movies** and **Episodes**\n   - **Send All Properties**: Enable (recommended)\n7. Click **Save**\n\n### Step 5: Subscribe and Test\n\n1. Open Telegram and find your bot (search for the username you created)\n2. Send `/start` to subscribe to notifications\n3. The bot will respond in your language (based on your Telegram settings)\n4. Add a new movie or episode to Jellyfin to test\n5. You should receive a notification within seconds!\n\n**Congratulations!** Your bot is now running.\n\n## Installation\n\n### Docker Installation\n\nThe easiest way to run the bot is with Docker. See [docker-compose.example.yml](docker-compose.example.yml) for a complete example.\n\n**Run with Docker:**\n```bash\ndocker run -d \\\n  --name jellyfin-telegram-bot \\\n  -e TELEGRAM_BOT_TOKEN=your_token \\\n  -e JELLYFIN_SERVER_URL=http://your-jellyfin:8096 \\\n  -e JELLYFIN_API_KEY=your_api_key \\\n  -e PORT=8080 \\\n  -v ./data:/app/data \\\n  -v ./logs:/app/logs \\\n  -p 8080:8080 \\\n  --restart unless-stopped \\\n  ghcr.io/yourusername/jellyfin-telegram-bot:latest\n```\n\n**Run with docker-compose:**\n```bash\n# Download docker-compose.example.yml and rename to docker-compose.yml\n# Edit it with your credentials\ndocker-compose up -d\n```\n\n**View logs:**\n```bash\ndocker-compose logs -f\n```\n\n**Update to latest version:**\n```bash\ndocker-compose pull\ndocker-compose up -d\n```\n\nFor more details, see [docs/deployment.md](docs/deployment.md).\n\n### Binary Installation\n\nPre-built binaries are available for:\n- Linux (amd64, arm64)\n- Windows (amd64)\n- macOS (amd64, arm64 / Apple Silicon)\n\nDownload from the [Releases](https://github.com/yourusername/jellyfin-telegram-bot/releases) page.\n\n#### Running as a System Service (Linux)\n\nFor production deployments, you can run the bot as a systemd service. See [docs/linux-service.md](docs/linux-service.md) for a complete guide.\n\n**Quick setup:**\n```bash\n# Download the systemd service file\nsudo curl -o /etc/systemd/system/jellyfin-telegram-bot.service \\\n  https://raw.githubusercontent.com/yourusername/jellyfin-telegram-bot/main/docs/jellyfin-telegram-bot.service\n\n# Edit the service file to set your paths\nsudo nano /etc/systemd/system/jellyfin-telegram-bot.service\n\n# Reload systemd\nsudo systemctl daemon-reload\n\n# Enable and start the service\nsudo systemctl enable jellyfin-telegram-bot\nsudo systemctl start jellyfin-telegram-bot\n\n# Check status\nsudo systemctl status jellyfin-telegram-bot\n\n# View logs\nsudo journalctl -u jellyfin-telegram-bot -f\n```\n\n#### Running on Windows\n\nSee [docs/windows-service.md](docs/windows-service.md) for instructions on running as a Windows service.\n\n### Building from Source\n\n**Requirements:**\n- Go 1.22 or higher\n- Git\n\n**Build steps:**\n```bash\n# Clone the repository\ngit clone https://github.com/yourusername/jellyfin-telegram-bot.git\ncd jellyfin-telegram-bot\n\n# Download dependencies\ngo mod download\n\n# Build\ngo build -o jellyfin-telegram-bot cmd/bot/main.go\n\n# Or build for a specific platform\nGOOS=linux GOARCH=amd64 go build -o jellyfin-telegram-bot-linux-amd64 cmd/bot/main.go\n```\n\n## Configuration\n\nThe bot is configured using environment variables. You can set them in a `.env` file or pass them directly.\n\n### Required Variables\n\n| Variable | Description | Example |\n|----------|-------------|---------|\n| `TELEGRAM_BOT_TOKEN` | Your bot token from @BotFather | `123456789:ABCdef...` |\n| `JELLYFIN_SERVER_URL` | URL of your Jellyfin server | `http://localhost:8096` |\n| `JELLYFIN_API_KEY` | Jellyfin API key for authentication | `a1b2c3d4e5f6...` |\n\n### Optional Variables\n\n| Variable | Description | Default |\n|----------|-------------|---------|\n| `PORT` | Port for webhook server | `8080` |\n| `WEBHOOK_SECRET` | Secret for webhook validation | (none) |\n| `DATABASE_PATH` | Path to SQLite database | `./bot.db` |\n| `LOG_LEVEL` | Log verbosity (DEBUG, INFO, WARN, ERROR) | `INFO` |\n| `LOG_FILE` | Path to log file | `./logs/bot.log` |\n\nFor a complete reference of all configuration options, see [docs/configuration.md](docs/configuration.md).\n\n### Example .env File\n\n```env\n# Required\nTELEGRAM_BOT_TOKEN=123456789:ABCdefGHIjklMNOpqrsTUVwxyz-123456789\nJELLYFIN_SERVER_URL=http://192.168.1.100:8096\nJELLYFIN_API_KEY=a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6\n\n# Optional\nPORT=8080\nWEBHOOK_SECRET=my-secure-secret-token\nDATABASE_PATH=./data/bot.db\nLOG_LEVEL=INFO\nLOG_FILE=./logs/bot.log\n```\n\n## Usage\n\n### Available Commands\n\nSend these commands to your bot in Telegram:\n\n- `/start` - Subscribe to notifications\n- `/language` - Change bot language (English/Persian)\n- `/recent` - View recently added content (last 15 items)\n- `/search \u003cquery\u003e` - Search for movies or TV shows\n- `/help` - Show help message with all available commands\n\n### Notification Features\n\nWhen new content is added to Jellyfin, subscribers receive a message with:\n- **Poster image** (if available)\n- **Title** and year\n- **Type** (Movie, Episode, Series)\n- **Rating** (e.g., ⭐ 8.5/10)\n- **Genres** (e.g., Action, Drama, Thriller)\n- **Description** (plot summary)\n- **Interactive buttons** to mute notifications for specific series\n\n### Browsing Content\n\nUse `/recent` to see the latest additions:\n- Navigate with ◀️ Previous / Next ▶️ buttons\n- View 3 items per page\n- See poster images and full details\n- Mute notifications for series you're not interested in\n\n## Supported Languages\n\nThe bot currently supports:\n- **English** (en)\n- **Persian/Farsi** (fa) - فارسی\n\nThe bot automatically detects your language from Telegram settings. You can change it anytime with the `/language` command.\n\n### Adding More Languages\n\nWe welcome translations! To add a new language:\n\n1. Copy `locales/active.en.toml` to `locales/active.{language_code}.toml`\n2. Translate all message strings\n3. Test your translations\n4. Submit a pull request\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for detailed instructions.\n\n## Architecture\n\nThe bot is built with Go and uses:\n- **Telegram Bot API** via `github.com/go-telegram/bot`\n- **SQLite database** with GORM for data persistence\n- **Jellyfin API** for fetching media information\n- **go-i18n** for internationalization\n- **Structured logging** with Go's built-in slog\n\nProject structure:\n```\njellyfin-telegram-bot/\n├── cmd/bot/              # Application entry point\n├── internal/\n│   ├── config/           # Configuration and logging\n│   ├── database/         # Database layer (GORM models)\n│   ├── handlers/         # HTTP webhook handlers\n│   ├── telegram/         # Telegram bot logic\n│   ├── jellyfin/         # Jellyfin API client\n│   └── i18n/             # Internationalization\n├── locales/              # Translation files\n├── docs/                 # Documentation\n└── test/                 # Integration tests\n```\n\nFor detailed architecture documentation, see [docs/architecture.md](docs/architecture.md).\n\n## Troubleshooting\n\n### Bot Not Responding\n\n**Check if the bot is running:**\n```bash\n# Docker\ndocker-compose ps\n\n# Systemd\nsudo systemctl status jellyfin-telegram-bot\n\n# Manual\nps aux | grep jellyfin-telegram-bot\n```\n\n**Check the logs:**\n```bash\n# Docker\ndocker-compose logs -f\n\n# Systemd\nsudo journalctl -u jellyfin-telegram-bot -f\n\n# Manual (if LOG_FILE is set)\ntail -f ./logs/bot.log\n```\n\n**Common issues:**\n- Invalid bot token: Check `TELEGRAM_BOT_TOKEN` in .env\n- Bot not started: Start the bot service\n- Network issues: Ensure bot can reach Telegram API\n\n### Webhook Not Working\n\n**Test the webhook endpoint:**\n```bash\ncurl http://localhost:8080/health\n# Should return: {\"status\":\"healthy\"}\n```\n\n**Check Jellyfin webhook configuration:**\n- Webhook URL must be accessible from Jellyfin server\n- If bot runs on different machine, use IP address not localhost\n- Port must match `PORT` in .env\n- Firewall must allow incoming connections on that port\n\n**Test sending a webhook:**\n```bash\ncurl -X POST http://localhost:8080/webhook \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"NotificationType\":\"ItemAdded\",\"ItemType\":\"Movie\",\"Name\":\"Test Movie\"}'\n```\n\n### Not Receiving Notifications\n\n**Check subscription:**\n- Send `/start` to the bot to ensure you're subscribed\n- Check if you've muted the specific series (if it's a TV show)\n\n**Check Jellyfin webhook:**\n- Go to Jellyfin Dashboard → Plugins → Webhook\n- Verify webhook is enabled\n- Check \"Item Added\" notification type is selected\n- Check \"Movies\" and \"Episodes\" item types are selected\n\n**Enable debug logging:**\nEdit .env and set:\n```env\nLOG_LEVEL=DEBUG\n```\nRestart the bot and check logs for detailed information.\n\n### Language Not Changing\n\n**Check translation files exist:**\n```bash\nls locales/\n# Should show: active.en.toml, active.fa.toml\n```\n\n**Reset language preference:**\nSend `/language` and select your preferred language again.\n\n**Check database:**\n```bash\n# If using SQLite\nsqlite3 bot.db \"SELECT chat_id, language_code FROM subscribers;\"\n```\n\nFor more troubleshooting help, see [docs/troubleshooting.md](docs/troubleshooting.md) or [open an issue](https://github.com/yourusername/jellyfin-telegram-bot/issues).\n\n## Contributing\n\nWe welcome contributions! Whether you're fixing bugs, adding features, improving documentation, or translating to new languages, your help is appreciated.\n\n### How to Contribute\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Make your changes\n4. Run tests (`go test ./...`)\n5. Commit your changes (`git commit -m 'Add amazing feature'`)\n6. Push to the branch (`git push origin feature/amazing-feature`)\n7. Open a Pull Request\n\n### Development Setup\n\n```bash\n# Clone your fork\ngit clone https://github.com/yourusername/jellyfin-telegram-bot.git\ncd jellyfin-telegram-bot\n\n# Install dependencies\ngo mod download\n\n# Create .env for testing\ncp .env.example .env\n# Edit .env with test credentials\n\n# Run tests\ngo test ./...\n\n# Run the bot\ngo run cmd/bot/main.go\n```\n\n### Code Quality\n\nBefore submitting a PR:\n- Run `go fmt ./...` to format code\n- Run `go test ./...` to ensure tests pass\n- Run `golangci-lint run` to check for issues (if you have it installed)\n- Update documentation if you've changed functionality\n- Add tests for new features\n\nFor detailed guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\nCopyright (c) 2025 Hossein Amirkhalili\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\n## Acknowledgments\n\n- Built with [go-telegram/bot](https://github.com/go-telegram/bot)\n- Internationalization with [go-i18n](https://github.com/nicksnyder/go-i18n)\n- Inspired by the [Jellyfin](https://jellyfin.org) community\n\n## Support\n\n- **Issues**: [GitHub Issues](https://github.com/yourusername/jellyfin-telegram-bot/issues)\n- **Discussions**: [GitHub Discussions](https://github.com/yourusername/jellyfin-telegram-bot/discussions)\n- **Jellyfin Community**: [jellyfin.org](https://jellyfin.org)\n\n---\n\nMade with ❤️ for the Jellyfin community\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famihos%2Fjellyfin-telegram-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famihos%2Fjellyfin-telegram-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famihos%2Fjellyfin-telegram-bot/lists"}