I’m trying to create a Discord bot that I can talk to and ask questions about Lex Fridman podcasts. Ideally, I can give the link of the podcast episode to the bot, it will get the transcript using Gumloop, and then I can have a conversation about the episode. Ideally I want to be able to go back and forth with the bot (not just a one off question). Not sure the best way to build this workflow and Gummie hasn’t been that helpful
Attached is what I have so far (started with the YouTube Video Summarizer Template but ideally would like to keep everything in Discord).
Hey @jrdabor! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.
Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={your_run_id}&workbook_id={workbook_id}
Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
Provide details about the issue—more context helps us troubleshoot faster.
Hey @jrdabor — This is doable, but a bit complex to set up right now. We don’t currently have a Discord trigger, so you’d either need to run this on a time-based trigger (checking for messages every hour or so) or use a webhook trigger.
Secondly, the automations are stateless (they don’t have memory), so you’d need to save the conversations somewhere and pull them in—or read past Discord messages, which is unfortunately quite tricky to implement.
That said, we do have plans to add more triggers in the future, so this kind of use case should hopefully get a lot easier.