/auto-compressor

Automation for compressor.io for bulk compression

Primary LanguagePython

auto-compressor

Automation for compressor.io for bulk compression

Requirements:

Install:

Unix
	pip3 install selenium
	wget https://chromedriver.storage.googleapis.com/2.42/chromedriver_mac64.zip
	unzip chromedriver_mac64.zip
	sudo mv ./chromedriver /usr/local/bin
	sudo chmod +x /usr/local/bin/chromedriver
Windows
	pip3 install selenium
	# Extract the chromedriver.exe from https://chromedriver.storage.googleapis.com/2.42/chromedriver_win32.zip
	# Paste it into a dedicated folder
	# Add the folder to PATH

Using the script:

	python3 compressor_io.py <absolute path to the imgs folder> <absolute path to the download folder>
	# Ex. python3 compressor_io.py C:\workspace\imgs C:\workspace\compressed