Skip to content

Instantly share code, notes, and snippets.

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