I have a query that searches for multiple users with various keywords in their tweets. I was wondering if there is anyway that I could get an output that counts the number of tweets containing the keyword by each user specified in the query.
- if I use counts endpoints it gives me the total number of tweets from all users specified in the query - but I want to know how many tweets are made by each user in the query
- if I use data endpoints it gives me the tweets itself with the user but I have a long time period (fromdate and todate), so I will have to go through a large set of unnecessary output.
I am using premium API with full-archive endpoint.