Sign inSign up

rainingdreams/lookarr

By rainingdreams

Updated almost 3 years ago

Sonarr and Radarr Telegram bot

Image
0

1.8K

rainingdreams/lookarr repository overview

Lookarr

Telegram bot for managing Sonarr and Radarr.

Overview



How to run

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
  • TELEGRAM_BOT_KEY: Your telegram bot key. See here how to get yours.
  • LOOKARR_AUTH_PASSWORD: Your lookarr authentication password. Set it to something strong so others can't access your app 😄
  • RADARR_API_KEY: Your radarr api key.
  • SONARR_API_KEY: Your sonarr api key.

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.

Config Options

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

Tag summary

Content type

Image

Digest

sha256:e44ba7e35

Size

29 MB

Last updated

almost 3 years ago

docker pull rainingdreams/lookarr