mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Update endpoint versions, switch tweet endpoint
This commit is contained in:
parent
5b6dae5228
commit
81764ea0f8
3 changed files with 48 additions and 29 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue