A personal silo likes and favs archiver
Find a file
2019-10-19 10:07:37 +01:00
.gitignore relicencing to Apache 2.0, switching to pipenv 2018-12-03 10:58:01 +00:00
Artstation.py - formatting with black 2019-07-13 21:01:57 +01:00
common.py - formatting with black 2019-07-13 21:01:57 +01:00
DeviantArt.py - formatting with black 2019-07-13 21:01:57 +01:00
Flickr.py - formatting with black 2019-07-13 21:01:57 +01:00
LastFM.py last.fm bug fix 2019-10-19 10:07:37 +01:00
LICENSE relicencing to Apache 2.0, switching to pipenv 2018-12-03 10:58:01 +00:00
Pipfile - formatting with black 2019-07-13 21:01:57 +01:00
Pipfile.lock - formatting with black 2019-07-13 21:01:57 +01: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 last.fm bug fix 2019-10-19 10:07:37 +01:00
settings.py - formatting with black 2019-07-13 21:01:57 +01:00
Tumblr.py - formatting with black 2019-07-13 21:01:57 +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.