<div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div>
<div>
<p>Hello,</p>
<p>I am a PhD student. I am new to python and using TwitterSearch to
collect tweets from 03-20 Aug for a particular location (geocode). I am
trying to run the following piece of code.</p>
<p>twitter = Twython(CONSUMER_KEY,CONSUMER_SECRET,ACCESS_KEY,ACCESS_SECRET)<br>
results = twitter.cursor(twitter.search, q='............', max_id='501488707195924481', count=100, geocode='38.00,-91.00')</p>
<p>for result in results:<br>
print (result['id_str'])</p>
<p>However, it is not returning anything. Please help me in this regard.
Can I collect old tweets without any keyword for a particular location?</p>
<p>Thanks in advance.</p>
<p>Regards,<br>
Mohammed</p>
</div>
</div></div>
</div><br></div>