How can I get all my Twitter related activity in counts? Example: my tweet count is 50; my favorite is 10. I need counts of following: mentions, favorites, retweets, liststatus, hometimeline, direct messages, followers, and users I follow.
Tell me more
×
Web Applications Stack Exchange is a question and answer site for
power users of web applications. It's 100% free, no registration required.
|
You can use the api method https://dev.twitter.com/docs/api/1.1/get/users/show It will return all kind of info about a twitter user like:
|
|||
|
|
|
There are a number of sites that offer Twitter stats. For what you are after Twitter Counter is probably your best bet for just providing counts (you'll need to give it access to your account for a full profile). |
|||
|
|