Skip to content

Instantly share code, notes, and snippets.

@mechaneyes
Last active June 6, 2022 11:39
Show Gist options
  • Save mechaneyes/aedcf6da697f5b19f230594961ed03c1 to your computer and use it in GitHub Desktop.
Save mechaneyes/aedcf6da697f5b19f230594961ed03c1 to your computer and use it in GitHub Desktop.
Tweet annotations - Twitter API
{
"data": {
"text": "My top artists (Last 7 days): 1. Sam Gendel 2. Axel Boman 3. Destroyer 4. Toro y Moi 5. Finn 6. Yasuaki Shimizu 7. Eris Drew 8. |||||||||||||||||||| 9. DJ Koze 10. Floating Points (via https://t.co/TlVPQxczRs Charts)",
"entities": {
"urls": [
{
"start": 185,
"end": 208,
"url": "https://t.co/TlVPQxczRs",
"expanded_url": "http://Last.fm",
"display_url": "Last.fm",
"status": 200,
"title": "Last.fm | Play music, find songs, and discover artists",
"description": "The world's largest online music service. Listen online, find out more about your favourite artists, and get music recommendations, only at Last.fm",
"unwound_url": "https://www.last.fm/"
}
],
"annotations": [
{
"start": 33,
"end": 42,
"probability": 0.4357,
"type": "Person",
"normalized_text": "Sam Gendel"
},
{
"start": 47,
"end": 56,
"probability": 0.6218,
"type": "Person",
"normalized_text": "Axel Boman"
}
]
},
"id": "1531223284460965889",
"context_annotations": [
{
"domain": {
"id": "10",
"name": "Person",
"description": "Named people in the world like Nelson Mandela"
},
"entity": {
"id": "1113527086428200960",
"name": "DJ Koze"
}
},
{
"domain": {
"id": "54",
"name": "Musician",
"description": "A musician in the world, like Adele or Bob Dylan"
},
"entity": {
"id": "1113527086428200960",
"name": "DJ Koze"
}
},
{
"domain": {
"id": "55",
"name": "Music Genre",
"description": "A category for a musical style, like Pop, Rock, or Rap"
},
"entity": {
"id": "1285999703704743938",
"name": "Dance & electronic"
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment