I have the following questions about tweepy python module
1. I'm trying to get all the tweets for a specific place. I can do this using the tweepy python module (streaming API), but I only get tweets whose geo-locations are on, which means that I will lose the rest of the tweeter tweets that did not include their geographical location. Is there a better way to get all the tweets given the location?
2. I use the Stream.Sample method to extract all tweets. Can someone tell me about the parameters used in the sample method? I see the counter and asynchronously as parameters. Now, what should we indicate here?
3. What does the firehose method in tweepy.Stream do?
Any help is much appreciated
source
share