donmikel / gramarr

A Radarr/Sonarr Telegram Bot featuring user authentication/level access based on Tommy647/gramarr and translated to Russian lang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gramarr

A Radarr/Sonarr 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.
  • [NEW] Choose Series Type.

Radarr

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

Requirements

If running from source

  • Go

Configuration

  • Copy the config.json.template file to config.json and set-up your configuration;
  • Put the config.json alongside with the binary downloaded from releases;

Running it

From source

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

From release

Just download the respective binary for your System.

Obs: Don't forget to put the config.json in the same folder as the binary file.

In docker

  • copy file config.json.template to config.json to "yourwayonhost"
  • docker pull memodota/gramarrru:latest
  • run in docker - docker run -d --name=sonarr-radarr-telegram-bot --restart=always -v yourwayonhost:/config memodota/gramarrru

TODO

  • Fully translate to Russian
  • Make language selectable in config file

About

A Radarr/Sonarr Telegram Bot featuring user authentication/level access based on Tommy647/gramarr and translated to Russian lang

License:MIT License


Languages

Language:Go 98.8%Language:Dockerfile 1.2%