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

https://github.com/s0up4200/seerr-bot

Discord bot for Seerr media requests using the Anthropic SDK.
https://github.com/s0up4200/seerr-bot

claude claude-code overseerr seerr

Last synced: 16 days ago
JSON representation

Discord bot for Seerr media requests using the Anthropic SDK.

Awesome Lists containing this project

README

          

# seerr-bot

Discord bot for Seerr media requests using the Anthropic SDK.

## Setup

```bash
pnpm install
cp .env.example .env
pnpm build
pnpm start
```

## Deploy

```bash
sudo cp distrib/seerr-bot.service /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable --now seerr-bot
```

## Env

- `DISCORD_BOT_TOKEN`
- `SEERR_URL`
- `SEERR_API_KEY`
- `OMDB_API_KEY`
- `ANTHROPIC_API_KEY`
- `CLAUDE_MODEL` (default: claude-haiku-4-5-20251001)