Simple python scripts to download photos off the LittleLives platform.
- Clone this repository,
git clone https://github.com/hkgnp/download_littlelives.git
. - Navigate to directory,
cd download_littlelives
. - Create a new virtual environment,
python -m venv env
. - Run
pip install -f requirements.txt
. - Run
download.py
after replacing the email and password.
Note: unzip.py
just iterates over the files in the folder and unzips them as the downloaded files are zip
.