/ffffexport

A Scrapy project that downloads images from a ffffound account.

Primary LanguagePython

ffffexport

A Scrapy project that downloads images from a ffffound account.

ffffexport attempts to download the original, linked image from a ffffound account. If there's an error retrieving the original, ffffexport will fall back to the archived ffffound image instead.

ffffexport also generates an HTML archive for your browsing pleasure.

Requirements

ffffexport uses:

Installation

In a Python virtualenv:

$ pip install -r requirements.txt

Usage

In the project directory:

$ scrapy crawl ffffound -a username=<your_username>

Images downloaded and HTML is generated in a /build directory