unsubbed.co

BookBounty

BookBounty is a Python-based application that provides retrieve missing Readarr books from Library Genesis.

Overview

Retrieve missing Readarr books from Library Genesis. The project has 273 GitHub stars and is licensed under MPL-2.0.

Getting Started

Source: GitHub README

services:
  bookbounty:
    image: thewicklowwolf/bookbounty:latest
    container_name: bookbounty
    ports:
      - 5000:5000
    volumes:
      - /path/to/config:/bookbounty/config
      - /path/to/downloads:/bookbounty/downloads
      - /etc/localtime:/etc/localtime:ro
    restart: unless-stopped

Normalized Features

Source: tool-features-normalized.json

docker, docker compose.