I've been poring over the Twitter docs for some time now, and I've hit a wall how to get stats for growth of followers over a period of time / count of tweets over a period of time...
I want to understand from the community what does since_id
and max_id
and count
mean in the Twitter API.
I've been following this page https://developer.twitter.com/en/docs/tweets/timelines/api-reference/get-statuses-user_timeline
I'm trying to get stats for a user --
- counts of tweets in a particular time period
- count of followers over a particular time period
- count of retweets
I'd like some help forming querystrings for the above..
Thanks..