- Can I get things like follower count, and user id from the @twitterapi Streaming API? #twitter /cc @richardhenry #lazyweb
3 Answers
Yeah let me know how the streaming API thing works out for you!
@twitterapi @richardhenry Yes, as User objects are included with every Tweet
Yep, that data is embedded in every User object (which is embedded in each Tweet). e.g. json_obj["user"]["followers_count"]


Follow LazyTweet on Twitter