Hey,
I wanted to know the tweet count for an account from date range say 11-1-2014 to 12-31-2015. How can I go about for this?
This is not possible using the Twitter REST API.
Then how we can get it?
Using the REST api to get the last 3200 tweets from the account then using the streaming api to get all the future ones and then making a searching mechanism on your own.