Skip to content

Instantly share code, notes, and snippets.

@kiwiholmberg
kiwiholmberg / download.py
Last active August 29, 2015 14:20 — forked from melpomene/download.py
Python script to download all your dailyview.com (aka bilddagboken.se) images.
#!/usr/bin/env python
# encoding: utf-8
"""
Python script to download all your dailyview.com images.
Names them after what date they belong to, + random string to avoid name collisions.
Run with 'python download.py'
Depends on requests and Beautiful soup