The bsky-docker script
Intro bsky-docker is a Docker image of a simple Perl script that extracts an alphabetically sorted list of URLs from a Bluesky timeline and author feeds. I did it mainly for use in conjunction with archive.pl. Requirements Perl’s Bluesky module requires Perl 5.40.0 at least. Preferably, use the script through the Docker container: $ docker pull archaeopath/bsky-docker:latest Usage As standalone:...