|
|
|
Ask HN: is there a Twitter hashtag reach vanity metric?
|
|
2 points
by ajcronk
5890 days ago
|
|
Let's say Subway does a Twitter campaign using the hastag #hooraysubway. Is there a site where you can input a hashtag and see everyone who has tweeted it and sum their followers? This campaign "reach" number is mostly a vanity metric, but could be useful for justifying costs to brands. |
|
So just consume the filter streaming api with your chosen hashtag. You will get all the tweets, or at least some and a measure of how many you missed (limit notices).
For every new user in said stream, add the number of her followers.
It's so easy you could write the code in the length of this comment. Of course, if you want to avoid counting duplicate followers, you'd have to do an average of 1-2 additional calls per user.