Skip to content

uberjew666/gramarr

Repository files navigation

gramarr

A Radarr, Sonarr, Lidarr and Readarr Telegram Bot featuring user authentication/level access.

Features

Sonarr

  • Search for TV Shows by name.
  • Pick which seasons you want to download.
  • Choose which quality and language profile you want to download.

Radarr

  • Search for Movies by name.
  • Choose which quality profile you want to download.

Lidarr

  • Search for Artists by name.
  • Choose which quality profile you want to download.

Readarr

  • Search for Authors by name.
  • Choose which quality profile you want to download.

Requirements

  • A running instance of Radarr
  • A running instance of Sonarr
  • A running instance of Lidarr
  • A running instance of Readarr

If running from source

If running from docker


Configuration

  • Copy the config.json.template file to config.json and set-up your configuration;

Running it

From Docker

$ docker-compose up -d

Alternatively:

$ docker run -d --name gramarr uberjew666/gramarr:latest

From source

$ go get github.com/uberjew666/gramarr
$ cd $GOPATH/src/github.com/uberjew666/gramarr
$ go get
$ go run .