Skip to content

Instantly share code, notes, and snippets.

@thigm85
Created March 24, 2021 11:54
Show Gist options
  • Save thigm85/73867d699e3e78e956d20fddd10f221a to your computer and use it in GitHub Desktop.
Save thigm85/73867d699e3e78e956d20fddd10f221a to your computer and use it in GitHub Desktop.
res = app.query(body = {"yql" : "select title, abstract from sources * where title contains 'music' AND default contains 'festival';"})
res.hits[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment