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....")
 
(Add links to AB and IA items.)
 
(3 intermediate revisions by 3 users not shown)
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!
| logo = FFFFOUND!-logo.gif
| image =
| URL = https://ffffound.com/
| project_status = {{offline}}
| archiving_status = {{partiallysaved}}
| data = {{IA item|ffffound.com-warc-archive-2017-05-07}} <br> {{Job|3f2m4}}
}}


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==
 
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

Latest revision as of 17:31, 15 November 2021

Ffffound!
Ffffound! logo
URL https://ffffound.com/
Status Offline
Archiving status Partially saved
Archiving type Unknown
IRC channel #archiveteam-bs (on hackint)
Data[how to use] ffffound.com-warc-archive-2017-05-07
job:3f2m4

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