Created
June 19, 2018 18:38
-
-
Save robhinds/c6de85770f417df9ab12d14e568b6447 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
content: "RT @HKane: What a feeling to score a winner for @England at the @FIFAWorldCup. Loved it! No less than we deserved. 🦁🦁🦁 #ThreeLions #ENG #Wo…", | |
author: "Ogunlola Olamide", | |
sentimentScore: 63, | |
mentionedCountries: [ | |
{ | |
England: { | |
name: "England" | |
} | |
} | |
] | |
}, | |
{ | |
content: "#POL vs #SEN: How the F*?! did Poland lose those 2 goals? What a complete disaster. #WorldCup", | |
author: "Chrono", | |
sentimentScore: -69, | |
mentionedCountries: [ | |
{ | |
Poland: { | |
name: "Poland" | |
} | |
}, | |
{ | |
Senegal: { | |
name: "Senegal" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment