mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
fix(nitter): add graphql user search (#1047)
* fix(nitter): add graphql user search * fix(nitter): rm gitignore 2nd guest_accounts * fix(nitter): keep query from user search in result. remove personal mods * fix(nitter): removce useless line gitignore
This commit is contained in:
parent
537af7fd5e
commit
735b30c2da
6 changed files with 33 additions and 26 deletions
|
|
@ -62,7 +62,6 @@ proc getPoolJson*(): JsonNode =
|
|||
Api.userRestId, Api.userScreenName,
|
||||
Api.tweetResult,
|
||||
Api.list, Api.listTweets, Api.listMembers, Api.listBySlug: 500
|
||||
of Api.userSearch: 900
|
||||
reqs = maxReqs - apiStatus.remaining
|
||||
|
||||
reqsPerApi[$api] = reqsPerApi.getOrDefault($api, 0) + reqs
|
||||
|
|
|
|||
Loading…
Reference in a new issue