A collection of libraries and utilities related to reading 2000AD.
A Docker container to allow for automated downloads of Progs.
Image available on docker hub for AMD64 only due to Playwright dependency. The image requires your Rebellion username and password so you should probably treat it with great suspicion. These details are provided via env vars because I run it in a single tenant environment and I'm not too concerned about leaking details to myself.
Example docker-compose:
services:
progger:
image: "chooban/progger-downloader:latest"
environment:
- REBELLION_USERNAME="mylogin@test.com"
- REBELLION_PASSWORD="notmypassword"
volumes:
- ./cache:/opt/cache
- ./downloads:/opt/downloads
If I want to reread a series, or do a catchup, I want to read one series at a time. The exporter lets me do that.
Learn more Go. Read more comics.