Sign inSign up

uberjew666/gramarr

By uberjew666

Updated over 3 years ago

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

Image
0

1.6K

uberjew666/gramarr repository overview

gramarr

A Radarr, Sonarr and Lidarr 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.

Requirements

  • A running instance of Radarr
  • A running instance of Sonarr
  • A running instance of Lidarr
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 .

Tag summary

Content type

Image

Digest

sha256:d4b6a9b8e

Size

8.7 MB

Last updated

almost 4 years ago

docker pull uberjew666/gramarr