I need a developer who knows the Vimeo API inside-out to build a small automation that creates and configures live streams for me on demand. The goal is simple: I pass a few parameters—title, privacy, thumbnail, start time—and the script returns everything required for going live on Vimeo, including the stream key and RTMP endpoint. The logic should run from a server-side script (Node.js or Python is fine; let me know which you prefer) and authenticate with my Vimeo account via OAuth. Once authorised, it must: • spin up a fresh live event • apply any provided metadata and privacy settings • hand back the playable URL, embed code and key so I can drop them straight into my broadcast software No video uploads, multi-platform syndication or scheduled recordings are needed right now; the focus is strictly on live events hosted on Vimeo. I’ll consider the job complete when I can trigger the script with a simple call (CLI or REST), see the new live event appear in my Vimeo dashboard with the correct settings, and copy the returned credentials into OBS without manual tweaks. Source code should be clean, commented and ready for me to extend later.