PosterDownloader icon indicating copy to clipboard operation
PosterDownloader copied to clipboard

Webscraper for downloading official movie posters in the highest resolution available

PosterDownloader

Py3 Webscraper for downloading official movie posters in the highest resolution available, using impawards.com as database

Installation & Quick Usage

Python script:

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

Executable (Windows & Linux):

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

Usage (as Python script):

./PosterDownloader.py ["The Dark Knight 2008"] -flags with the movie between brackets being optional and the -flags being:

  • -h, --help Show this help message and exit
  • -f FILE, --file FILE Bath download from a txt file
  • -y, --no-confirm No confirmation required from you
  • -a, --all Download every poster, instead of only the highest resolution available
  • --dry-run Only show what would be done, without modifying files
  • -l, --log Log everything to PosterDownlaoder.log
  • -v, --verbose Verbose/Debug logging
  • -q, --quiet Only log file modifications