A personal silo likes and favs archiver
Find a file
2020-09-07 08:41:50 +01:00
.gitignore I lost track of changes, this is a commit that has to be followed by a large cleanup 2020-05-06 13:27:49 +01:00
Artstation.py I lost track of changes, this is a commit that has to be followed by a large cleanup 2020-05-06 13:27:49 +01:00
common.py cleanup done 2020-09-07 08:41:50 +01:00
DeviantArt.py I lost track of changes, this is a commit that has to be followed by a large cleanup 2020-05-06 13:27:49 +01:00
Flickr.py I lost track of changes, this is a commit that has to be followed by a large cleanup 2020-05-06 13:27:49 +01:00
HackerNews.py pre-cleanup commit 2020-09-07 08:35:30 +01:00
LastFM.py I lost track of changes, this is a commit that has to be followed by a large cleanup 2020-05-06 13:27:49 +01:00
LICENSE relicencing to Apache 2.0, switching to pipenv 2018-12-03 10:58:01 +00:00
README.md adding readme 2018-10-16 11:53:17 +01:00
run OPML RSS export + adding tumblr favs pagination that was missing earlier 2018-10-15 21:57:45 +01:00
run.py cleanup done 2020-09-07 08:41:50 +01:00
settings.py cleanup done 2020-09-07 08:41:50 +01:00
Tumblr.py I lost track of changes, this is a commit that has to be followed by a large cleanup 2020-05-06 13:27:49 +01:00
Wallabag.py pre-cleanup commit 2020-09-07 08:35:30 +01:00

silo.PASTA

Apersonal silo likes and favs archiver.

Overview

PASTA is an indieweb approach to privately archive data published elsewhere. I favd and liked many, many photographs and beautiful content, but during the years, too many silos went out of business and took all that beauty with them.

To prevent this, but also to avoid any potential infringements, I decided to save these works, privately, locally, on my own machine. Inspired by Christian Weiske's idea about source-tagging images, the process does the same: it adds a lot of metadata to the image file itself, as XMP data.

Requirements

It depends a lot of API wrappers for the various services, see requirements.txt, which is only a high level overview of what's needed.