ComicbookCoversDownloader
ComicbookCoversDownloader copied to clipboard
Webscraper for DC, Marvel and more Comicbook Wikias to download CB covers
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
./ComicbookCoversin the terminal (Linux)- Executables are generated with PyInstaller by just writing
pyinstaller CoversDownloader.py -F
- Executables are generated with PyInstaller by just writing
Usage (as Python script)
python CoversDownloader.py ["Robin"] -flags with ["Comicbook Series"] being optional and the -flags being:
-h, --helpShow this help message and exit-y, --no-confirmNo confirmation required from you--dry-runOnly show what would be done, without modifying files-l, --logLog everything to CoversDownloader.log-v, --verboseVerbose/Debug logging