Difference between revisions of "Software"

From Archiveteam
Jump to navigation Jump to search
m (Updated annual prices of Pinboard)
(Add belweder)
Line 10: Line 10:
* [https://www.httrack.com/ HTTrack] - [[HTTrack options]]
* [https://www.httrack.com/ HTTrack] - [[HTTrack options]]
* [http://pavuk.sourceforge.net/ Pavuk] -- a bit flaky, but very flexible
* [http://pavuk.sourceforge.net/ Pavuk] -- a bit flaky, but very flexible
* [https://gitlab.com/Grzesiek11/belweder belweder] - tries to be a maintained alternative to HTTrack. Pre-release quality. Uses a custom format, WARC export planned.
* [https://github.com/oduwsdl/warrick Warrick] - Tool to recover lost websites using various online archives and caches.
* [https://github.com/oduwsdl/warrick Warrick] - Tool to recover lost websites using various online archives and caches.
* [https://www.crummy.com/software/BeautifulSoup/ Beautiful Soup] - Python library for web scraping
* [https://www.crummy.com/software/BeautifulSoup/ Beautiful Soup] - Python library for web scraping

Revision as of 23:28, 3 April 2025

WARC Tools

The WARC Ecosystem has information on tools to create, read and process WARC files.

General Tools

  • GNU WGET
    • Backing up a Wordpress site: wget --no-parent --no-clobber --html-extension --recursive --convert-links --page-requisites --user=<username> --password=<password> <path>"
  • cURL
  • HTTrack - HTTrack options
  • Pavuk -- a bit flaky, but very flexible
  • belweder - tries to be a maintained alternative to HTTrack. Pre-release quality. Uses a custom format, WARC export planned.
  • Warrick - Tool to recover lost websites using various online archives and caches.
  • Beautiful Soup - Python library for web scraping
  • Scrapy - Fast python library for web scraping
  • snscrape - Tool to scrape social networking services.
  • Splinter - Web app acceptance testing library for Python -- could be used along with a scraping lib to extract data from hard-to-reach places
  • WiLiSe WikiLink Search - Python script to get links to specific pages of a site through the search in a Wiki (MediaWiki-type) has the api.php accessible or extension LinkSearch enabled (the project is still very immature and at the moment the code is only available in this SVN repository).
  • Mobile Phone Applications -- some notes on preserving old versions of mobile apps

Hosted tools

  • Pinboard is a convenient social bookmarking service that will archive copies of all your bookmarks for online viewing. The catch is that it costs $22/year, or $39/year if you want the archival feature and you can only download archives of your 25 most recent bookmarks in a particular category. This may pose problems if you ever need to get your data out in a hurry.
  • freeyourstuff.cc -- Extensible open-source (source) Chrome plugin allowing users to export their own content (reviews, posts, etc.). Exports to JSON format, optionally publish to freeyourstuff.cc & mirrors under Creative Commons CC0 license. Supports Yelp, IMDB, TripAdvisor, Amazon, GoodReads, and Quora as of July 2019.

Site-Specific

Format Specific

Proposed

Web scraping

Why Back Up?SoftwareFormats