git404hub

what is comicrack-grand-comics-scraper fr?

strumples/comicrack-grand-comics-scraper — explained in plain English

Analysis updated 2026-05-18

2PythonAudience · generalComplexity · 2/5LicenseSetup · easy

tl;dr

An offline plugin for ComicRack that scrapes comic book metadata from a local Grand Comics Database file, with optional cover art fetching via the ComicVine API.

vibe map

mindmap
  root((GCD Scraper))
    What it does
      Offline metadata lookup
      Local database queries
      Automatic series matching
    Tech stack
      Python
      SQLite
      ComicVine API
    Use cases
      Batch scrape a library
      Fix mismatched issues
      Fetch cover art
    Audience
      Comic collectors
      ComicRack users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Scrape metadata for a personal comic library without an internet connection.

VIBE 2

Automatically match ComicRack issues to entries in a local Grand Comics Database file.

VIBE 3

Fetch cover art thumbnails from ComicVine when local covers are missing.

what's the stack?

PythonSQLiteComicVine API

how it stacks up fr

strumples/comicrack-grand-comics-scraper0-bingwu-0/live-interpreter0cm-labs/tokenizer-benchmark
Stars222
LanguagePythonPythonPython
Setup difficultyeasymoderatemoderate
Complexity2/52/52/5
Audiencegeneralgeneralresearcher

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Optional ComicVine API key needed only for cover art thumbnails.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

in plain english

This project is a plugin for ComicRack, a comic book library manager, that adds offline metadata lookup from the Grand Comics Database. Instead of pulling data from a website every time, it reads directly from a local database file you download separately, so searches run quickly and do not depend on an internet connection or run into rate limits from an external server. The plugin works by scanning your comic book library and automatically matching each issue to an entry in the local database using a scoring system that ranks how confident it is in each match. When the automatic match is wrong or the plugin cannot find a clear result, a search window opens so you can manually type in different keywords and pick the correct series yourself, without losing your place in the batch process. There is also an optional feature for downloading cover art. If you have a personal API key for ComicVine, a separate online comic database, the plugin can fetch cover thumbnails to show in the selection window when a local cover image is not available. This key is only used for pictures, not for the main text based lookups, so the core scraping tool still works fully offline without it. The plugin is built to handle large batches of comics at once, including titles with accented letters in names like Jose or Rene, without crashing partway through. Installation involves downloading a release file from GitHub and double clicking it so ComicRack installs it as an extension, then restarting the program and pointing it to your local database file in the preferences menu. This is a small, focused tool for people who already use ComicRack Community Edition and want faster, private metadata scraping instead of relying on live web lookups. It is released under the MIT License, so anyone can copy, change, or reuse the code freely. The project has 2 stars and appears to be a niche utility for comic collectors managing large personal libraries.

prompts (copy fr)

prompt 1
Help me set up the Local GCD Scraper plugin in ComicRack and point it to my local database file.
prompt 2
Explain how the confidence scoring in this plugin decides which comic series to match automatically.
prompt 3
Walk me through installing the LocalGrandComicsScraper.crplugin file and restarting ComicRack correctly.
prompt 4
Show me how to use the Search Again feature to manually refine a comic match in this plugin.

Frequently asked questions

what is comicrack-grand-comics-scraper fr?

An offline plugin for ComicRack that scrapes comic book metadata from a local Grand Comics Database file, with optional cover art fetching via the ComicVine API.

What language is comicrack-grand-comics-scraper written in?

Mainly Python. The stack also includes Python, SQLite, ComicVine API.

What license does comicrack-grand-comics-scraper use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is comicrack-grand-comics-scraper to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is comicrack-grand-comics-scraper for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.