An open API service indexing awesome lists of open source software.

https://github.com/WillFantom/OverCLIrr

A command-line tool to interact with an Overseerr server
https://github.com/WillFantom/OverCLIrr

command-line-tool overseerr

Last synced: about 1 year ago
JSON representation

A command-line tool to interact with an Overseerr server

Awesome Lists containing this project

README

          

# Overseerr CLI (OverCLIrr)

A command-line client application for interacting with an [Overseerr](https://overseerr.dev) server!

> ⚠️ This is a work in progress

![example](./example.gif)

## Features

For Admins:
- Manage requests
- View
- Approve/Decline
- Delete
- Retry (resend to sonarr/radarr)
- Retry all requests
- Single command to resend all non-available requests to the service

For any user:
- Search for new tv shows/movies/people
- Check the Overseerr version
- Search for/list acceptable genres

## Install

Using `brew` on MacOS:

```bash
brew install willfantom/overclirr/overclirr
```

Download from Github:

- Download the release for your platform
- Extract the binary
- Make the binary executable (e.g. `chmod +x ...`)
- Copy the binary to a `PATH` dir (e.g. `/bin`)

Build from source:

```bash
go mod download
go build -o overclirr .
```

## Usage

To create your first login profile, just run: `overclirr add-profile`

![help](./help.png)