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 - Autoloader issue not returning Class -

python - Getting next two indexes regardless of current index -

ruby - Prevent Custom Validation Error on Association -