Skip to content

Instantly share code, notes, and snippets.

@phyous
Last active December 10, 2015 21:58
Show Gist options
  • Save phyous/4498594 to your computer and use it in GitHub Desktop.
Save phyous/4498594 to your computer and use it in GitHub Desktop.
entities api
{
"id":"Barack Obama\tPERSON",
"description":"Barack Obama",
"image":null,
"type":"entity",
"children":[
{
"relationshipName":"tweetedBy",
"values":[
{
"id":"213123",
"description":"@hillary",
"image":"http://www.deviantart.com/download/143221762/Commander_Keen_by_Beaudelair.png",
"weight":".932",
"type":"user"
},
{
"id":"5437554",
"description":"@jack",
"image":null,
"weight":".431",
"type":"user"
}
]
},
{
"relationshipName":"mentionedIn",
"values":[
{
"id":"213123",
"description":"Hi this is really cool",
"image":null,
"weight":".942",
"type":"tweet"
},
{
"id":"5437554",
"description":"THat's nice",
"image":null,
"weight":".232",
"type":"tweet"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment