Skip to content
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

批量获取推文详情 #9

Open
bestRunner opened this issue Nov 3, 2023 · 6 comments
Open

批量获取推文详情 #9

bestRunner opened this issue Nov 3, 2023 · 6 comments

Comments

@bestRunner
Copy link

如果我有大量推文ID,我想批量大规模获取这些推文的详情信息,有方式实现吗?我看statuses/lookup.json等接口已经无法使用了

@BANKA2017
Copy link
Owner

BANKA2017 commented Nov 3, 2023

如果知道 tweet_id 的话,可以自行抓一下 https://publish.twitter.com/ 用的的接口,不需要帐号貌似也没有 rate limit(也可能是我的频率没达到上限),我暂时知道的缺点是长推文会打断,还有一部分卡片不能正常显示(比如 Spaces)

@bestRunner
Copy link
Author

如果知道 tweet_id 的话,可以自行抓一下 https://publish.twitter.com/ 用的的接口,不需要帐号貌似也没有 rate limit(也可能是我的频率没达到上限),我暂时知道的缺点是长推文会打断,还有一部分卡片不能正常显示(比如 Spaces)

好的,谢谢您,我来测试一下情况

@bestRunner
Copy link
Author

好像返回的字段不全,评论数、转发数都没有

@BANKA2017
Copy link
Owner

评论数、转发数都没有

有评论和点赞数,查看/转推/收藏没有,需要这些就只能试试抓网页版了(不登录的话可以用 guest_token,但是 rate limit 只有 50

@bestRunner
Copy link
Author

评论数、转发数都没有

有评论和点赞数,查看/转推/收藏没有,需要这些就只能试试抓网页版了(不登录的话可以用 guest_token,但是 rate limit 只有 50

网页版,您测试过换IP是否可以解除限制?

@BANKA2017
Copy link
Owner

网页的 api 的 rate limit 跟 guest token 绑定,guest token 的获取才跟 ip 相关(印象里是每 ip 每 15 还是 30 分钟 2000 个),使用时不限制 ip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants