Skip to content

Instantly share code, notes, and snippets.

@kulturpessimist
Created December 3, 2010 00:40
Show Gist options
  • Save kulturpessimist/726381 to your computer and use it in GitHub Desktop.
Save kulturpessimist/726381 to your computer and use it in GitHub Desktop.
YQL Command for "tag" generation based on the text of a website
select * from search.termextract where context in (
select content from html where url="http://somerandomdude.com/projects/iconic/"
) | truncate(count=5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment