Difference between revisions of "Ffffound!"

From Archiveteam
Jump to navigation Jump to search
(Add logo)
Line 1: Line 1:
{{Infobox project
{{Infobox project
| title = Ffffound!
| title = Ffffound!
| logo = FFFFOUND!-logo.gif
| image =  
| image =  
| URL = https://ffffound.com/
| URL = https://ffffound.com/

Revision as of 09:15, 24 May 2021

Ffffound!
Ffffound! logo
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