Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.12 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.12 KB

ADDARR

This is a TelegramBot made to add series to Sonarr or movies to Radarr with a couple of commands.

HOW IT WORKS

You can start the bot with sending /start or just start. The rest will be made clear by the bot.

SCREENSHOTS

INSTALLATION

FreeBSD

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.

Docker

  • To build a docker image use the command docker-compose build.
  • After that copy the provided config_example.yaml to config.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.