Files
fetch-achewood/README.md
Alek Ratzloff 66c054ce70 Add README
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-04-27 15:03:24 -07:00

523 B

fetch-achewood

A pair of scripts that will fetch all Achewood comics and captions/alt-text, and then will reformat those comics and append the caption to the image.

Usage

First, download achewood comics with python3 fetch-achewood.py. Requires Python 3.10+ and no additional libraries. All comics will be dumped into the data/images/ directory.

Second, run ./postprocess.sh. This will convert all comics to png and add the caption to the bottom of the comic if it exists and dump them in the out/ directory.