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

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

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -