Skip to content

Instantly share code, notes, and snippets.

@EniasCailliau
Last active September 22, 2022 07:49
Show Gist options
  • Save EniasCailliau/bf62e327590560cef5d24432d3ed98bf to your computer and use it in GitHub Desktop.
Save EniasCailliau/bf62e327590560cef5d24432d3ed98bf to your computer and use it in GitHub Desktop.
Query podcast insights on Steamship
from steamship import Steamship
bible = Steamship.use("audio-analytics", "joe-rogan-bible")
bible.analyze_youtube(YOUTUBE_URL)
# Then, later, query like this
bible.query("""
kind "sentiment" and name "NEGATIVE"
overlaps {
kind "entity" and name "white powder"
}
""")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment