Pixelarity is awesome ❤️
This little utility will recursively download all the templates at once, so you don't have to click one by one every time.
With Docker:
docker run --rm -it -v /your/templates/directory:/tmp/downloads briancurt/pixelarity-download <EMAIL> <PASSWORD>
Or run the script directly:
git clone [email protected]:briancurt/pixelarity-download.git
cd pixelarity-download/
pip3 install -r requirements.txt
src/pixelarity-download.py <EMAIL> <PASSWORD>
To re-download existing themes, use the -f
flag.
SSL verification has been explicitly disabled because at the time of this writing the website does not return all the intermediate certificates from the chain correctly. It's okay-ish in this use case, but never disable SSL verification otherwise.