Sign inSign up

bizkut/docker-telegram-radarr-bot

By bizkut

Updated over 6 years ago

Docker Telegram Radarr bot

Image
0

295

bizkut/docker-telegram-radarr-bot repository overview

Docker Telegram Radarr Bot

Docker image based for running this telegram bot for sonarr

https://github.com/bizkut/telegram-radarr-bot

How to run

Create this file /some/path/config.json with this content:

{
  "telegram": {
    "botToken": "11111:XXXXX"
  },
  "bot": {
    "password": "the_pass",
    "owner": 0,
    "maxResults": 15
  },
  "sonarr": {
    "hostname": "10.1.1.20",
    "apiKey": "2345jdsgo639562kfsad9l04q5qfm",
    "port": 8989,
    "urlBase": "",
    "ssl": false,
    "username": "",
    "password": ""
  }
}

Most important, change the telegram bot token, password, the sonarr api key and the hostname, fill the rest of the settings if you use ssl and/or authentication

docker run -d --name=telegram-bot --restart=always -v /some/path:/config bizkut/docker-telegram-radarr-bot

You should be able to see the bot response log with docker logs telegram-bot

On the telegram side, now you should authenticate with the password using /auth the_pass, the authorized users will be added to acl.json file in /config folder in the container

Tag summary

Content type

Image

Digest

Size

57.5 MB

Last updated

over 6 years ago

docker pull bizkut/docker-telegram-radarr-bot