A small collection of scripts that do things with read-later websites
What?
A small collection of scripts that do things with read-later websites
Actual scripts:
wallabag_import.pyImport an Instapaper (CSV) export file into Wallabag via its API, because the web based import (unsurprisingly) times out after a few thousand entries.readeck_wallabag.pySmall script that initiates an import from Wallabag into Readeck via their respective APIsreprocess_readeck.pyLoop over all the bookmarks in a particular collection (paging backward), re-adding the same URLs with the same labels (plus a new one), while deleting the original bookmarks.bookmark_readeck.pyCheck the list of bookmarks on a Mastodon account and add to Readeck (skipping ones that we've added previously).
Credential sample files
wallabag_env.sample.pyA sample file with credentials for Wallabag. Copy towallabag_env.pyand fill in the blanks.readeck_env.sample.pyA sample file with credentials for Readeck. Copy toreadeck_env.pyand fill in the blanks.mastodon_env.sample.pyA sample file with credentials for Mastodon. Copy tomastodon_env.pyand fill in the blanks. The only role needed at this time isread:bookmarks, uncheck all others.