-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impact of recent Twitter updates #4
Comments
Community information and timeline changed to require login (removed), other endpoints areavailable. |
try: fix cloudflare workers endpoints (failed, unable to get open account with unknown issues) fix: SearchTimeline endpoint for Android clients fix: test cases for open account update: when accessing an endpoint that does not require a guest_token, no longer check to refresh the guest_token update: birdwatch for tweets update: featuresValueList and graphqlQueryList update: update bearer and open account while updating guest_token
The Rate limit of the timeline endpoint is very low. It is recommended that crawler users reduce the frequency of crawling, or add more proxies.
|
fix: rss for most timeline endpoints fix: use .mjs for build exports fix: wrong bearer token to update in online endpoints remove: cfworkers builder for github actions update: use tweetdeck bearer token for crawler update: use package crypto-es to replace create-hmac update: archive script with new search endpoint
匿名请求已无法使用关键词搜索 |
I need a little more time to fix it, before that, you can refer to zedeus/nitter#983 (comment) to obtain guest accounts and then create a new object: {
"authorization": "Bearer AAAAAAAAAAAAAAAAAAAAAFXzAwAAAAAAMHCxpeSDG1gLNLghVe8d74hl6k4%3DRUMF4xAQLsbeBhTSRrCiQpJtxoGWeyHrDb5te2jpGskWDFW82F",
"oauth_token": "1680000071584518144-SVdJOzLojjUy00000T2Snv00000tnR",
"oauth_token_secret": "OFYvbr00000IIzkHgytbNBfPbwp00000ynF5600000zUa"
} and finally modify the code: - ANY_VARIABLE = new GuestToken() // ANY_VARIABLE refers to a type of variables, they have many names
+ ANY_VARIABLE = new GuestToken('android')
- await ANY_VARIABLE.updateGuestToken(4) // May be any number from 0 to 4
+ await ANY_VARIABLE.openAccountInit({
+ "authorization": "Bearer AAAAAAAAAAAAAAAAAAAAAFXzAwAAAAAAMHCxpeSDG1gLNLghVe8d74hl6k4%3DRUMF4xAQLsbeBhTSRrCiQpJtxoGWeyHrDb5te2jpGskWDFW82F",
+ "oauth_token": "1680000071584518144-SVdJOzLojjUy00000T2Snv00000tnR",
+ "oauth_token_secret": "OFYvbr00000IIzkHgytbNBfPbwp00000ynF5600000zUa"
+ }) |
|
fix: crash when function getAudioSpace() return a reject
应该并不是所有的主页都可以完全显示,例如:https://twitter.com/iPaulCanada,在登陆和无痕模式访问状态下,无痕模式依旧无法显示最新的内容 |
only for gold marked accounts @bestRunner |
The core of Open-Twitter-Monitor will stop updating until a common solution other than guest account authentication is found. Other parts, such as webpush, media downloader(except audio space), rate limit checker, etc. are not affected. |
The text was updated successfully, but these errors were encountered: