Ffffound!

From Archiveteam
Revision as of 08:12, 23 April 2017 by Rand0 (talk | contribs)
Jump to navigation Jump to search

Ffffound! is an image bookmarking site, set to close on May 8th, 2017. Homepage: ffffound.com

The Wayback Machine is locked out due to the robots.txt file.

Tools for capturing the site

NOTE: both ffffind.py and ffffound-export are written in Python 2, so make sure you have at least the Python 2 version of BeautifulSoup.

  • ffffind.py: a Python script for getting all the images posted by a given user
  • ffffound-export: a fork of ffffind.py which will create new html pages with which to view the images (we probably want to use this)
  • BeautifulSoup: a Python library for extraction data from the web, required for ffffind.py or ffffound-export