统计twitter搜索API返回的页面数

发布于 2024-11-09 03:41:23 字数 60 浏览 0 评论 0原文

有没有办法计算 Twitter 搜索 API 返回的页面数?我只是想知道是否有办法访问特定查询有多少页面。

Is there a way to count the number of pages returned by the twitter search API? I'm just trying to get an idea if there's a way to access how many pages there are for a specific query.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

坏尐絯 2024-11-16 03:41:23

据我了解,无法获取 Twitter 查询的“总页数”或总记录数。如果您查看 Twitter 界面或任何使用 Twitter 的内容,您会发现它们没有任何数量的页面表示。相反,您应该做的是使用“加载更多推文”选项来转到下一页,而不是使用“第 1 页(共 10 页)”。

无论如何,这种分页方式被许多人认为已经过时了:)

As I understand, there is no way to get "total number of pages", or total number of records, for a twitter query. If you look at twitters interface, or anything that uses twitter, they don't have any number of pages represented. What you should do instead, is to have a "load more tweets" option that goes to the next page, instead of having a "page 1 of 10".

That kind of paging is by many considered obsolete anyways :)

○愚か者の日 2024-11-16 03:41:23

twitter 搜索 API 是这样说的:

该 API 还支持以下功能
可选 URL 参数:

...
rpp:要发送的推文数量
每页返回数,最多 100 条。
例如,
http://search.twitter.com/search.atom ?lang=en&q=devo&rpp=15

page:要返回的页码,最多
最多大约 1500 个结果(基于
在 rpp * 页上)...

所以是的,有一种方法,但这取决于您想要每页获得多少条推文。

The twitter search API says this:

The API also supports the following
optional URL parameters:

...
rpp: the number of tweets to
return per page, up to a max of 100.
E.g.,
http://search.twitter.com/search.atom?lang=en&q=devo&rpp=15

page: the page number to return, up to
a max of roughly 1500 results (based
on rpp * page) ...

so yeah, there is a way, but that depends on how many tweets per page you want to get.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文