back to community
beginnerphoto slideshows

event photo slideshows

turn event photos from google drive into tiktok/instagram slideshows with text overlays. face-aware positioning, community voice persona.

by josh choi·2026-03-19

get started

1

clone the repo

git clone https://github.com/joshchoi4881/dropspace-openclaw && cd dropspace-openclaw/content-pipeline
2

install dependencies

npm install
3

run the setup wizard

node setup.js --template event-photo-slideshows
view source on github

platforms

TikTokInstagram

about

designed for event organizers and community builders who have folders of photos from concerts, meetups, workshops, or any gatherings. pulls photos from google drive, resizes and crops to portrait format, adds text overlays with hook/context/CTA using face-aware positioning (text avoids covering faces). generates captions in a configurable community voice. each slideshow uses 3 photos mixed across event subfolders for variety. great for music communities, coworking spaces, conference organizers — anyone with a photo library who wants consistent social content without manual design work.

how it works

input: google drive folder with 50 event photos → output: 15 slideshows (3 photos each), with text overlays like 'the kind of night you don't want to end', scheduled 1/day.

features

  • google drive folder import
  • text overlay engine with multiple presets
  • face-aware text positioning
  • auto-resize + crop to 9:16 portrait
  • configurable community voice persona
  • photo dedup (tracks which photos have been used)

requirements

  • dropspace account + API key
  • google workspace CLI (gws) for drive access
  • event photos in google drive folders

ready to try it?

clone the repo, run the setup wizard, and have autonomous content posting within 10 minutes.

node setup.js --template event-photo-slideshowsview on github