I want to find user tweet’s count for each month from the time when user create an account..?
Is there any way to find this.?
Give some solution…Thank You.
I want to find user tweet’s count for each month from the time when
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See the user_timeline API
It doesn’t provide a direct way to get or count tweets by month, but you can get a limited number of tweets from a given user, then check the dates to see which month they fall into.
You can also limit the results by tweetID, which might allow you to step through historical results, though not month-by-month.