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.
- Host: GitHub
- URL: https://github.com/s0up4200/seerr-bot
- Owner: s0up4200
- Created: 2026-01-11T07:16:13.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-01-26T14:03:23.000Z (24 days ago)
- Last Synced: 2026-01-27T01:55:21.777Z (23 days ago)
- Topics: claude, claude-code, overseerr, seerr
- Language: TypeScript
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)