ふぁ
ふぁ
Unity製などの一部ゲームでしか使えないオプションなので、あえてGUIを作っていない Unity製かどうか検出したり、一部ゲームでしか使えないことを明記するのは良いかもしれない
What are you looking for? Like https://github.com/fa0311/twitter-openapi ? Like https://raw.githubusercontent.com/fa0311/TwitterInternalAPIDocument/master/docs/json/API.json ? Sorry, there is no package for TwitterInternalAPIDocument
The following test works fine. https://github.com/fa0311/twitter-openapi-typescript/blob/fb626993ee79a5fded12c215fcdf03d2c35ae9a3/twitter-openapi-typescript/test/api/userApi.test.ts#L4-L10 Can you provide source code to reproduce?
Twitter's anti-spam system gets frequent updates, so maybe that's why.
This works fine as it now passes the spam check
Please send me the minimal working program.
I am currently working on this issue.
`getUserTweetsAndReplies` is not fixed, but other APIs are fixed However, it is not a very good implementation...
@kingkej The issue is caused by Twitter introducing a new anti-bot system requiring a unique `x-client-transaction-id` header for each request. This ID is generated through a highly obfuscated client-side mechanism...
@kingkej JavaScript(Node) has significant floating-point inaccuracies, so simply replacing a Go implementation won't work as expected. This repository is no exception—it doesn't work correctly either.