Based on Twitterpoll by Erik Borra I made this visualization. The animation is created form filtering tweets on content. If someone says he or she voted for Obama or McCain this information is stored and turned into numbers. This creates an election poll based on tweets.
You can say Twitter is pretty much in favor of Obama. To update the results refresh the page.
A point goes to Obama if the regular expression /vote.*?obama/i succeeds, it goes to McCain if the regular expression /vote.*mccain/i succeeds, else it is undecided / unrecognized.
The animations that led to this animation
1. https://www.wilbertbaan.nl/wordpress/2008/11/02/i-voted-storytelling-with-public-databases/
2. https://www.wilbertbaan.nl/wordpress/2008/11/03/we-say-twittertalk/
15 replies on “Analyzed what Twitter votes (graphic)”
Nice! A rather clear way of visualizing numbers that otherwise would remain vague in the cloud. Something for Digg & StumbleUpon, I’d say.
You two make a great combo :) I just posted this beautiful visualization to Mashable: http://mashable.com/2008/11/04/election-twitter/
Cool, thanks
[…] the visualization of the Twitter Poll data can be found here: https://www.wilbertbaan.nl/wordpress/2008/11/04/analyzed-what-twitter-votes-graphic/ Reply here […]
[…] *edit: as noted by Anne Helmond in the comments, there’s another, even more extensitve Twitter poll – although it doesn’t take into consideration individual states – here; and there’s a nice visualization for it here. […]
[…] *edit: as noted by Anne Helmond in the comments, there’s another, even more extensitve Twitter poll – although it doesn’t take into consideration individual states – here; and there’s a nice visualization for it here. […]
[…] Per accedere ad altri servizi simili, cliccate QUI ed anche QUI […]
Since this seems more like an exit poll than a prediction, ‘still undecided’ should perhaps be something more like ‘unknown/other’?
Great work Erik and Wilbert!
@michael you’re right. Thanks for your comment. Unrecognized (undecided) is the group where it’s not clear what they voted, because it is al based on indexing text.
This afternoon I have access to the file and will change it.
[…] Bei Twitter Poll von Erik Borra handelt es sich um eine einfache, aggregierte Auswertung einer Twitter Suche, bei der man sich zusätzlich die entsprechenden Tweets anzeigen lassen kann. Die folgende Visualisierung zu Twitter Poll stammt von Wilbert Baan. […]
[…] *edit: as noted by Anne Helmond in the comments, there’s another, even more extensive Twitter poll – although it doesn’t take into consideration individual states – here; and there’s a nice visualization for it here. […]
[…] Twitterpoll muestra este resultado (vía hypernarrative): […]
Very interesting survey. I am writing from Spain Europe and have a question:
”
What happens i someone twitts something like I will not vote for that *—* of mccain”? Or viceversa.
Thanks.
Hi Gonzalo, thanks for your comment. You can read more about the query here. We use “I voted” as a combination in the query.
Spot on Wilbert. Because we query ‘i voted’ AND (obama OR mccain) we can get away with a looser regular expression. It is not always right, but the amount of false positives is really low.