I am trying to fetch all the tweets for some terms and hashtag of a specific period of time. Let's say I would like to fetch tweets on Disaster from April 1, 2017, to April 20, 2017. I can fetch real time tweets using stream API using. Is there any way to fetch the past tweets?
Thanks in Advance.