SunnyTech ☀️ #111
Replies: 1 comment 3 replies
-
Hey, As part of our initiatives at SunnyTech 2024, we are advancing towards automating the speaker announcement process. Our speaker management is facilitated through OpenPlanner.fr, which acts as a comprehensive CRUD interface for our entire website and numerous other events. The plan involves creating a feature that allows us to generate videos for all talks with a single click and then utilize the unofficial Buffer API to schedule these posts as drafts. Upon reviewing the ShortVid website, the API call looks like this: await fetch("https://api.shortvid.io/Talk", {
"referrer": "https://shortvid.io/",
"body": "{\"talkTitle\":\"Example\",\"speakersNames\":\"John Doe\",\"titleSize\":\"50\",\"eventLogo\":\"\"}",
"method": "POST"
}); What should be your guidelines for implementing this? Are you okay with us integrating ShortVid.io into OpenPlanner for everyone to use? What would be the associated costs? |
Beta Was this translation helpful? Give feedback.
-
Let's see what we can do to help "SunnyTech" conference 👋🏼
Beta Was this translation helpful? Give feedback.
All reactions