SkillAgentSearch skills...

ComicbookCoversDownloader

Webscraper for DC, Marvel and more Comicbook Wikias to download CB covers

Install / Use

/learn @FdelMazo/ComicbookCoversDownloader
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ComicbookCovers

Webscraper for DC, Marvel and more Comicbook Wikias to download CB covers.

Currently works with the wikias of: DC, Marvel, Dark Horse, Image, Valiant, Dynamite


This project is entirely dead. It was one of my first coding projects and mostly a fun exercise around web-scraping but then most wikias changed their layout and I never got around re-writing the code. 😃


Installation

Python script:

  • Clone repo git clone https://github.com/FdelMazo/ComicbookCoversDownloader.git
  • Install the dependencies python setup.py install
  • Execute python CoversDownloader.py

Executable (Windows & Linux):

  • Download the latest executable from 'releases'
  • After that, just start the ComicbookCovers.exe (Windows) or write ./ComicbookCovers in the terminal (Linux)
    • Executables are generated with PyInstaller by just writing pyinstaller CoversDownloader.py -F

Usage (as Python script)

python CoversDownloader.py ["Robin"] -flags with ["Comicbook Series"] being optional and the -flags being:

  • -h, --help Show this help message and exit
  • -y, --no-confirm No confirmation required from you
  • --dry-run Only show what would be done, without modifying files
  • -l, --log Log everything to CoversDownloader.log
  • -v, --verbose Verbose/Debug logging
View on GitHub
GitHub Stars15
CategoryDevelopment
Updated3d ago
Forks0

Languages

Python

Security Score

95/100

Audited on Apr 3, 2026

No findings