Difference between revisions of "Ffffound!"

From Archiveteam
Jump to navigation Jump to search
(Created page with "'''Ffffound!''' is an image bookmarking site, set to close on May 8th, 2017. Homepage: [http://ffffound.com ffffound.com] The Wayback Machine is locked out due to the robots....")
 
Line 3: Line 3:
The Wayback Machine is locked out due to the robots.txt file.
The Wayback Machine is locked out due to the robots.txt file.


Tools for capturing the site:
==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.


* [https://gist.github.com/ashildebrandt/9ad37ea659a0fbff5a05#file-ash_ffffind-py ffffind.py]: a Python script for getting all the images posted by a given user
* [https://gist.github.com/ashildebrandt/9ad37ea659a0fbff5a05#file-ash_ffffind-py ffffind.py]: a Python script for getting all the images posted by a given user

Revision as of 08:12, 23 April 2017

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