Takes a Gleam export of media and adds captions with the owner.
Install Ruby, Bundler. I use rbenv to install Ruby 3.3.0 specifically.
Run bundle install
This will take a while since it has to install ImageMagick.
You can test it by running E.g. bundle exec ruby run.rb "./john-resize-tester.zip"
There are two ways to get a media export in Gleam:
- The Actions/Entries page of your Competition/Reward
- Any Accepted/Pending/Rejected page in a Gleam gallery
Run bundle exec ruby run.rb "[my zip export of media]"
E.g. bundle exec ruby run.rb "/Users/ponny/Downloads/my-competition.zip"
The results will be in ./work_dir/{your zip file name}/output

