Dear json plz tell me how to get maximum geo tagged tweets using Twitter API using python. I experimented with REST API but it gives very limited geo-tagged tweets. If u would like to share some sample code tht would be great.
thanks
Conversation
Replying to
This would depend on what subset of data you're interested in. You could use the search API endpoint and filter on geo fields after you retrieve them but I don't think there is a way to request only tweets where the geo field is not null.
Replying to
Thanks dear. There is option in Twtr REST API of giving lat, long with radius of any place ( city or country etc ) which in return give us the tweets ( not necessarily have exact lat long ) generated from that place. But the quantity of tweets are v limited, any hack to increase?

