Telarr is a simple and easy to use bot for telegram designed to interact with Radarr and Sonarr.
-
Create a bot with the BotFather
-
Clone the repository
git clone https://github.com/AlexT59/Telarr.git-
Edit the
config.yaml.exconfiguration file and rename it asconfig.yaml. You can move it to another location if you want. -
Edit the docker-compose file to fit your needs
-
Build the docker image
docker build -t telarr:latest .- Run the container
docker-compose up -dThe authorizations files are used to allow or deny users to use the bot.
Two files are used, one for whitelisting (autorized.json) and one for blacklisting (blacklist.json).
Both files are formatted as follow:
[
{
"id": 123456789,
"name": "username"
}
]