Docker Telegram Radarr Bot
Docker image based for running this telegram bot for sonarr
https://github.com/imran0/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
},
"radarr": {
"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 imran0/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