Skip to content

Automatically download Pixelarity templates ⭐

License

Notifications You must be signed in to change notification settings

briancurt/pixelarity-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pixelarity-download

Build Status

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.

Usage

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.

Note

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.