I am new to twitter Api so I don't know its use in broader sense , actually I am crawling tweets on Ghaza for my analyses and I crawl it but just as a sample from page this is what i did
while(page<=3):
tweets=api.GetSearch("#Egypt",per_page=100)
Now I want to crawl the data but from specific dates like I want to crawl it from 2 February 2010 to 7 march 2012.Just a clue is enough but any explanation is appreciated.