Simple but flexible script to upload photos to Google Photos and add to a particular album. Useful if you have photos in a directory structure that you want to reflect as Google Photos albums.
145
stars
54
forks
source link
Allow using nested directory as a position argument for script #4
Using
python upload.py MY_FILE would check if MY_FILE is a directory and if so it would extract all the files from the directory and subdirectories and feed them to the script to upload
Using
python upload.py MY_FILE
would check ifMY_FILE
is a directory and if so it would extract all the files from the directory and subdirectories and feed them to the script to upload