Hello,
I have an application which allows users to schedule their tweets. These tweets are tweeted on the users profile. Now we want to implement analytics and I would like to know what is the limit of concurrent requests I can send to the API to get the like & retweet count. So assume a user has tweeted 500 tweets in a month, next month the user would like to see the analytics of those 500 tweets published from our application. The application will send 500 GET requests together to the API, is this fine? Also, there will be multiple users using this feature, so in a day the requests rate will be 10K+, is this fine?