import twitter
api=twitter.Api()
page=1
count=0
while(page<=2):
tweets=api.GetSearch("#ghaza",per_page=200)
twitterapi.until:2011-05-09
for k in tweets:
print k.text
page+=1
I run the code, code run correctly when I didn't enter the twitterapi.until:2011-05-09 but I want data about specific date's but It give scientific error on it. I notice the above code syntax on https://dev.twitter.com/docs/using-search.