Here is my scenario: I have several public lists with users in those lists. Every time any of those users tweet, I got their tweet via User Stream in streaming API. Obviously retweet counter is zero because of streaming nature. Now, is there any way to get retweet count later on if somebody retweeted those user tweets? Is it will be captured in streaming API? Or there is other way of doing it? Thanks