Guest User

Untitled

a guest
Jan 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. >>> import yql
  2. >>> y = yql.Public()
  3. >>> appid = 't4RpMGDV34GSa2qGuiJ1aC_WG8xmsw6lM5psHclL0Yawu2.wZm1ejtuGSLndPWdx5oyDrDQ-'
  4. >>> query = 'select * from search.spelling where query="%s" and appid="%s"' % ('janet nopalitano', appid)
  5. >>> r = y.execute(query)
  6. >>> r.raw
  7. {u'count': 0, u'lang': u'en-US', u'results': None, u'created': u'2011-09-01T20:38:10Z'}
Add Comment
Please, Sign In to add comment