python 3.x - can I search for tweets generates in several geocodes? -


is possible write match more 1 parameter keyword? example more 1 geocode or more 1 language? i've tried kinds of combinations in next code nothing worked.i've tried pass list of geocodes , concatenated string or between geocodes.

tweepy.cursor(api.search, q="*",               geocode="47.47266286861347,-119.5751953125,169.47421829905642km",               lang="en", since="2016-11-06", until="2016-11-12").items()) 

thank in advance.


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -