Py3 Webscraper for downloading official movie posters in the highest resolution available, using impawards.com as database
- Clone repo
git clone https://github.com/FdelMazo/PosterDownloader.git
- Install the dependencies
python setup.py install
- Execute
python PosterDownloader.py
- 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
- Executables are generated with PyInstaller by just writing
./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