A personal silo likes and favs archiver
Find a file
2019-07-13 20:09:10 +01:00
.gitignore relicencing to Apache 2.0, switching to pipenv 2018-12-03 10:58:01 +00:00
Artstation.py - added artstation captcha bypass for cloudflare "security" 2019-07-13 20:09:10 +01:00
common.py - added artstation captcha bypass for cloudflare "security" 2019-07-13 20:09:10 +01:00
DeviantArt.py re-adding since epoch to most silos, raising offset for deviantart, moving Flickr extra photo info into a property to avoid premature fetching 2018-10-16 08:59:52 +01:00
Flickr.py flickr bugfix 2018-11-10 20:50:44 +00:00
LastFM.py fix to skip Lastfm if the served data is bogus or empty 2019-04-29 09:29:50 +01:00
LICENSE relicencing to Apache 2.0, switching to pipenv 2018-12-03 10:58:01 +00:00
Pipfile - added artstation captcha bypass for cloudflare "security" 2019-07-13 20:09:10 +01:00
Pipfile.lock - added artstation captcha bypass for cloudflare "security" 2019-07-13 20:09:10 +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 - added artstation captcha bypass for cloudflare "security" 2019-07-13 20:09:10 +01:00
settings.py - added artstation captcha bypass for cloudflare "security" 2019-07-13 20:09:10 +01:00
Tumblr.py re-adding since epoch to most silos, raising offset for deviantart, moving Flickr extra photo info into a property to avoid premature fetching 2018-10-16 08:59:52 +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.