This is a TelegramBot made to add series to Sonarr or movies to Radarr with a couple of commands.
You can start the bot with sending /start
or just start
.
The rest will be made clear by the bot.
For the moment there is only a wikipage for FreeBSD and Docker. If there is interest for other wikipages, just tell me and I will look for it.
- To build a docker image use the command
docker-compose build
. - After that copy the provided
config_example.yaml
toconfig.yaml
and set the values to your configuration. - Then you can use the provided docker-compose file to run the bot using the command
docker-compose up -d
.