A Radarr/Sonarr Telegram Bot featuring user authentication/level access.
- Search for TV Shows by name.
- Pick which seasons you want to download.
- Choose which quality and language profile you want to download.
- Search for Movies by name.
- Choose which quality profile you want to download.
- Go
- Copy the
config.json.template
file toconfig.json
and set-up your configuration; - Put the
config.json
alongside with the binary downloaded from releases;
$ go get github.com/alcmoraes/gramarr
$ cd $GOPATH/src/github.com/alcmoraes/gramarr
$ go run .
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.
- Package oriented: Reorganize the project.