PosterDownloader
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
./PosterDownloaderin the terminal (Linux)- Executables are generated with PyInstaller by just writing
pyinstaller posterdownloader.py -F
- Executables are generated with PyInstaller by just writing
Usage (as Python script):
./PosterDownloader.py ["The Dark Knight 2008"] -flags with the movie between brackets being optional and the -flags being:
-h, --helpShow this help message and exit-f FILE, --file FILEBath download from a txt file-y, --no-confirmNo confirmation required from you-a, --allDownload every poster, instead of only the highest resolution available--dry-runOnly show what would be done, without modifying files-l, --logLog everything to PosterDownlaoder.log-v, --verboseVerbose/Debug logging-q, --quietOnly log file modifications
