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: 4 months ago
JSON representation
A command-line tool to interact with an Overseerr server
- Host: GitHub
- URL: https://github.com/willfantom/overclirr
- Owner: WillFantom
- License: gpl-3.0
- Created: 2021-05-07T14:47:45.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-07T16:22:27.000Z (about 5 years ago)
- Last Synced: 2025-04-15T01:39:15.801Z (about 1 year ago)
- Topics: command-line-tool, overseerr
- Language: Go
- Homepage:
- Size: 966 KB
- Stars: 19
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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`
