A phyton script to request movies and series via a Telegram bot via Overseerr
50K+
The ultimate companion for your media requests.
The Overseerr Telegram Bot enables seamless interaction with your Overseerr instance. Search for movies and TV shows, check availability, request new titles, report issues, and manage notifications—all from your Telegram chat.
With Version 4.0.0, the bot has been completely rebuilt for speed (Async/HTTPX) and includes powerful new features like Plex Authentication and Smart Group Chat Integration.
If you are updating from an older version, please note:
telegram_overseerr_bot_beta.py to main.py.
python main.py.version: "3.9"
services:
telegram-bot:
image: chimpanzeesweetrolls/overseerrrequestviatelegrambot:latest
container_name: overseerr-bot
environment:
OVERSEERR_API_URL: "http://your-overseerr-ip:5055/api/v1"
OVERSEERR_API_KEY: "your_overseerr_api_key"
TELEGRAM_TOKEN: "your_telegram_token"
PASSWORD: "your_password" # Optional: Set a password for bot access
volumes:
- ./data:/app/data
restart: unless-stopped
Start the container:
docker-compose up -d
docker run -d \
--name telegram-bot \
-v $(pwd)/data:/app/data \
-e OVERSEERR_API_URL="http://your-overseerr-ip:5055/api/v1" \
-e OVERSEERR_API_KEY="your_overseerr_api_key" \
-e TELEGRAM_TOKEN="your_telegram_token" \
-e PASSWORD="your_password" \
chimpanzeesweetrolls/overseerrrequestviatelegrambot:latest
Note: If your NAS interface asks for a "Command" or "Entrypoint", ensure it is empty (default) or set to python main.py.
Content type
Image
Digest
sha256:58a93f90a…
Size
50.6 MB
Last updated
9 months ago
docker pull chimpanzeesweetrolls/overseerrrequestviatelegrambot