Difference between revisions of "Ffffound!"

From Archiveteam
Jump to navigation Jump to search
Line 1: Line 1:
'''Ffffound!''' is an image bookmarking site, set to close on May 8th, 2017. Homepage: [http://ffffound.com ffffound.com]
{{Infobox project
| title = Ffffound!
| image =
| URL = https://ffffound.com/
| project_status = {{offline}}
| archiving_status = {{partiallysaved}}
}}


The Wayback Machine is locked out due to the robots.txt file.
'''Ffffound!''' was an image bookmarking site that closed on May 15th, 2017.


==Tools for capturing the site==
==Tools for capturing the site==

Revision as of 06:02, 13 July 2019

Ffffound!
URL https://ffffound.com/
Status Offline
Archiving status Partially saved
Archiving type Unknown
IRC channel #archiveteam-bs (on hackint)

Ffffound! was an image bookmarking site that closed on May 15th, 2017.

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