event photo slideshows
turn event photos from google drive into tiktok/instagram slideshows with text overlays. face-aware positioning, community voice persona.
get started
pick your agent framework:
clone and install
git clone https://github.com/joshchoi4881/dropspace-agents && cd dropspace-agents && npm installrun the setup wizard (walks you through API keys, platforms, and config)
node setup.js --template dropspace-photo-slideshowsvalidate your setup
node scripts/test-pipeline.js --app myappgenerate slideshows from google drive
node clipper/scripts/create-slideshows.js --app myappplatforms
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?
pick your agent framework above, follow the install steps, and have autonomous content posting within 10 minutes.
view on github