-
Notifications
You must be signed in to change notification settings - Fork 0
/
tools.html
86 lines (81 loc) · 4.26 KB
/
tools.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<link rel='me' href='https://post.lurk.org/@artistsandhackers'>
<link rel='me' href='https://leetusman.com'>
<link rel="icon" href="./assets/img/favicon.ico">
<meta property='og:type' content='website' />
<meta property='og:image' content='https://leetusman.com/archiving-artist-spaces/assets/img/banner.jpg'>
<meta property='og:title' content="Archiving Artist-Run Sites">
<meta property='og:description' content="preserve the online activities of DIY and artist-run communities.">
<meta name='description' content="explorations of joyful and human-scale computing.">
<meta property='og:url' content='https://leetusman.com/archiving-artist-spaces'>
<title>tools</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<link rel="stylesheet" href="assets/css/main.css" />
<header>
<a href='./'><p>🗃️ Archiving Artist-Run Spaces</p></a>
<nav>
<p>
<p><a href='.'>Home</a> <a href='./about.html'>About</a> <a href='./archives.html'>Archives</a> <a href='./resources.html'>Resources</a> <a href='./reading.html'>Reading</a> <a href='./devlog.html'>Log</a> </p>
</nav>
</header>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<main>
<h1 id="tools">Tools</h1>
<p>This is an in-progress list of tools for archiving artist-run spaces’
online activities such as: scraping websites, ‘freezing’ and preserving
facebook and similar closed proprietary platform event pages, and
more.</p>
<p><a href="https://archive-it.org">Archive-It - Internet Archive’s
institutional tool to backup the website/data of organizations</a></p>
<p><a
href="https://github.com/cocoflan/wayback-machine-downloader">Wayback
Machine Downloader - Download an entire website from the Internet
Archive Wayback Machine</a></p>
<p><a href="https://www.httrack.com/">HTTrack Website Copier - Free
software offline browser. It allows you to download a WWW site from the
internet to a local directory, recursively, getting HTML, images and
other files.</a></p>
<p><a href="https://conifer.rhizome.org/">Conifer - Rhizome’s web
archiving service</a></p>
<p><a href="https://lib-static.github.io/models/">Plaintext tools for
publishing on Lib-Static</a></p>
<p><a href="https://collectionbuilder.github.io/">CollectionBuilder-GH
template for creating simple digital exhibits</a></p>
<p><a href="https://webrecorder.net/">Web Recorder: Web Archiving For
All. Webrecorder provides a suite of open source tools and packages to
capture interactive websites and replay them at a later time as
accurately as possible</a></p>
<p><a href="https://www.gnu.org/software/wget/">Wget - CLI free software
package for retrieving files using HTTP, HTTPS, FTP and FTPS</a></p>
<p><a href="https://github.com/arc298/instagram-scraper">instagram
scraper - CLI python program</a></p>
<p><a href="https://github.com/antiboredom/flickr-scrape">flickr-scrape
by sam levine and others</a></p>
<p><a href="https://www.octoparse.com/">OctoParse</a></p>
<p><a href="https://fdown.net/">Facebook Video Downloader</a></p>
</main>
<footer>
<hr/>
<p><a href='.'>Home</a> <a href='./about.html'>About</a> <a href='./archives.html'>Archives</a> <a href='./resources.html'>Resources</a> <a href='./reading.html'>Reading</a> <a href='./devlog.html'>Log</a> </p>
<p>Texts, images, and site code are shared with the <a href='https://wiki.p2pfoundation.net/Peer_Production_License' target=_blank rel='external noreferrer noopener' title='Peer Production License'>Peer Production License</a>.</p>
<p><a href="https://leetusman.com/archiving-artist-spaces"><img src="assets/img/banner.jpg" /></a></p>
</footer>
</body>
</html>