Update endpoint versions, switch tweet endpoint

This commit is contained in:
Zed 2025-02-05 01:19:06 +01:00
commit 81764ea0f8
3 changed files with 48 additions and 29 deletions

View file

@ -9,7 +9,7 @@ const
dayInSeconds = 24 * 60 * 60
apiMaxReqs: Table[Api, int] = {
Api.search: 50,
Api.tweetDetail: 150,
Api.tweetDetail: 500,
Api.userTweets: 500,
Api.userTweetsAndReplies: 500,
Api.userMedia: 500,