Skip to content

Instantly share code, notes, and snippets.

View tyt2y3's full-sized avatar
🦀
Rustacean

Chris Tsang tyt2y3

🦀
Rustacean
View GitHub Profile
@tyt2y3
tyt2y3 / picasa_up.py
Created November 10, 2017 02:09 — forked from kylexlau/picasa_up.py
upload photos to google picasa
#!/usr/bin/python
# upload photos to google picasa
import gdata.photos.service
import getpass
import socket
import glob
import sys
import os