Sonarr and Radarr Telegram bot
1.8K
Telegram bot for managing Sonarr and Radarr.
docker run -e TELEGRAM_BOT_KEY=YOUR_TELEGRAM_BOT_KEY -e LOOKARR_AUTH_PASSWORD=YOUR_LOOKARR_AUTH_PASSWORD -e RADARR_API_KEY=YOUR_RADARR_API_KEY -e SONARR_API_KEY=YOUR_SONARR_API_KEY -v $(pwd)/user_config/:/app/user_config --name lookarr -d rainingdreams/lookarr:latest
Open the config.yml file and edit set the media server urls.
/auth <LOOKARR_AUTH_PASSWORD> is required when calling the bot the first time.
Adding chat ids on the "strict_mode_allowed_ids" section within the config file enables "strict mode". This means the bot will stay silent if it's contacted by users which are not in the strict_mode_allowed_ids list and they won't be able to authenticate.
lookarr:
language: en-us # default language - not implemented at the moment
strict_mode_allowed_ids: [ ] # setting this will make it so the bot stay silent when contacted by user ids which are not in this list
search_all_command: search # command to search for a media
radarr/sonarr:
enabled: True # enable/disable media server
url: 0.0.0.0 # media server url
port: 0000 # media server port
defaults: # default profiles. If set and valid, you won't be asked to choose one when adding a media.
# If you add invalid values, you will be asked to choose one.
# In this scenario, valid profiles will be logged, so you can change the config accordingly :)
quality_profile: # e.g. Any
path: # e.g. /media
Content type
Image
Digest
sha256:e44ba7e35…
Size
29 MB
Last updated
almost 3 years ago
docker pull rainingdreams/lookarr