All apps Β· 0 apps
whatseerr
Docker app from Whatseerr's Repository
Overview
Setup:
- On first run, config.example.json will be created in /config
- Rename it to config.json and configure:
- host: Hostname/IP where services can reach each other
- jellyseerr.apiKey: Get from Seerr Settings > General
- waha.apiKey: Your WAHA API key
- userIdMappings: Map WhatsApp numbers to Seerr user IDs
- Configure WAHA webhook to: http://YOUR_HOST:3006/requests
- (Optional) Configure Seerr webhook to: http://YOUR_HOST:3006/seerr
Readme
View on GitHub
Whatseerr
WhatsApp bot for Seerr that allows users to search and request media via WhatsApp messages.
Features
- π Search movies and TV shows from WhatsApp
- πΊ Request media directly via chat messages
- π Receive webhook notifications from Seerr
- π₯ User mapping (WhatsApp phone numbers to Seerr user IDs)
- β‘ Rate limiting and message queuing
- π― Support for 4K requests (optional)
Screenshots
πΈ View Screenshots
Quick Start (Docker - Recommended)
Prerequisites
- WAHA (WhatsApp HTTP API) running and configured
- Seerr instance
- Docker installed
1. Pull the Image and Run
docker pull ghcr.io/sufxgit/whatseerr:latest
Environment Variables
| Variable | Description | Required | Default |
|---|---|---|---|
TZ |
Timezone (e.g., Asia/Kuwait, America/New_York) |
No | UTC |
Docker Compose Example
services:
whatseerr:
image: ghcr.io/sufxgit/whatseerr:latest
container_name: whatseerr-bot
restart: unless-stopped
ports:
- "3006:3006"
volumes:
- /path/to/config:/config
environment:
- TZ=Asia/Kuwait
Configuration Notes:
- On first run, a
config.example.jsonwill be created in your config directory - Rename it to
config.jsonand update with your settings:host: The hostname/IP where Seerr, WAHA, and the bot can reach each otherjellyseerr.apiKey: Get from Seerr β Settings β Generalwaha.apiKey: Your WAHA API keyuserIdMappings: Map WhatsApp phone numbers (without @c.us) to Seerr user IDs"1234567890": { "userId": 1, "username": "", "admin": true }"1234567890": WhatsApp phone number including country code (without @c.us suffix)userId: The user ID from your Seerr instance - each user has their own unique ID (found in Seerr β Users)username: Optional custom display name (leave empty to use Seerr username)admin: Add"admin": trueif the user is an admin (omit or set to false otherwise)
Unraid:
- Repository:
ghcr.io/sufxgit/whatseerr:latest - Port:
3006:3006(TCP) - Volume:
/mnt/user/appdata/whatseerr/configβ/config(Read/Write) - Variable:
TZ=Your/Timezone
2. Configure WAHA Webhook
Point your WAHA session webhook to:
http://YOUR_HOST_IP:3006/requests
Enable these events:
session.statusmessagemessage.reactions
3. Configure Seerr Webhook (Optional)
For receiving notifications (approved/available/declined), add webhook in Seerr:
Webhook URL:
http://YOUR_HOST_IP:3006/seerr
Types: Select notification types you want to receive
Usage
Send a WhatsApp message to your WAHA-connected number:
r The Matrix
The bot will:
- Search Seerr for "The Matrix"
- Return numbered results
- Wait for you to reply with a number (e.g., "1")
- Submit the request to Seerr
Available Commands:
r <title>orrequest <title>- Search and request mediar4k <title>orrequest4k <title>- Request in 4K quality (if enabled)
Configuration Options
System
protocol:httporhttpshost: Shared hostname/IP for all serviceslogging.level:infoordebug
Services
jellyseerr.port: Seerr port (default: 5055)jellyseerr.apiKey: Your Seerr API keyjellyseerr.defaultUserId: Default user ID for requestswaha.port: WAHA port (default: 8584)waha.apiKey: WAHA API keywaha.session: WAHA session name (default: "default")
Webhooks
webhook.requests.path: Path for WAHA webhook (default:/requests)webhook.requests.port: Webhook server port (default: 3006)webhook.seerr.path: Path for Seerr webhook (default:/seerr)
Mappings
userIdMappings: Map phone numbers to Seerr user IDsemailMappings: Auto-populated from webhook notificationslidMappings: Auto-populated for WhatsApp LID format support
Commands
command: Comma-separated list of request command aliasescommand4k: Comma-separated list of 4K request command aliaseshelp4k: Show 4K commands in help message (default: false)
Viewing Logs
docker logs -f whatseerr-bot
Building from Source
git clone https://github.com/sufxgit/whatseerr.git
cd whatseerr
docker build -t whatseerr .
Development
For local development without Docker:
Clone the repository
git clone https://github.com/sufxgit/whatseerr.git cd whatseerrInstall dependencies
npm installCreate config
cp config/config.example.json config/config.json nano config/config.jsonRun the bot
npm run bot
License
MIT
Install Whatseerr on Unraid in a few clicks.
Find Whatseerr in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Requirements
- WAHA (WhatsApp HTTP API) running and configured
2. Seerr instance (Jellyseerr/Overseerr)
Categories
Related apps
Explore more like this
Explore allDetails
ghcr.io/sufxgit/whatseerr:latestRuntime arguments
- Network
bridge- Shell
sh- Privileged
- false
Template configuration
- Target
- 3006
- Value
- 3006
- Target
- /config
- Value
- /mnt/user/appdata/whatseerr/
- Value
- 3006
