Skip to content

Instantly share code, notes, and snippets.

@koteq
koteq / album_fetcher.py
Created December 10, 2011 18:34 — forked from Apkawa/album_fetcher.py
Fetch google+ album
# -*- coding: utf-8 -*-
"""
Usage:
python album_fetcher.py https://plus.google.com/photos/118353143366443526186/albums/5626152497309725217
python album_fetcher.py https://plus.google.com/118353143366443526186
python album_fetcher.py https://plus.google.com/118353143366443526186 youremail@gmail.com yourpassword
python album_fetcher.py https://plus.google.com/118353143366443526186 youremail@gmail.com yourpassword /out_dir/
TODO: use opt parse
"""
import os