问题标签 [twitter-search]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
twitter - 关于 twitter 搜索 API 请求限制
在 twitter 速率限制页面 ( https://dev.twitter.com/docs/rate-limiting ) 它说
"未经身份验证的呼叫每小时允许 150 个请求。未经身份验证的呼叫是根据发出请求的服务器或设备的面向公众的 IP 来衡量的。 "
- 那是基于最终用户IP地址还是服务器IP(http:xxxx.com的IP)的测量?
- 有没有办法通过 Twitter 的一些付费服务来增加限制?
问候, 纳文
php - twitter GET 搜索备份系统
我正在使用 Twitter GET 搜索从指定帐户、主题标签等中检索推文。但 Twitter GET 搜索有其局限性:它有 6 到 9 天的可见推文时间限制。这就是我要确保网站上始终可见三条推文的地方。
问题是我不能只将整个 xml 字符串添加到数据库中(试过了,它可以工作,但是如果在其他推文不再可见时有一条新推文,我会坚持使用 1 条推文而不是 3 条推文更新)并且需要针对 xml 文件的各个节点。
关键是我想检索新推文,但要与旧推文“缩小差距”(以防 GET 搜索中的推文少于 3 条)。
我仍然想将 xml 字符串保存到数据库中,但要使用上述备份计划。我想使用 php 来修改这个 xml 字符串。有人对此有什么建议吗?我尝试了simpleXML,但这有它的局限性(例如读取、编辑或删除对象的节点)。
我知道 Twitter Stream API,但我就是不知道它是如何工作的,这就是我尝试使用 GET 搜索的原因。
twitter - Twitter 搜索 API - 超过 20 个术语
我正在尝试从 twitter 搜索 API 中提取几个 @user 和 #hashtags。查询的复杂性导致 403 错误。想知道为此推荐的解决方法是什么。
我的想法是单独查询每个术语。因此,如果我有 40 个 @user 我想为其获取推文,我将进行 40 个查询,缓存每个查询,然后从缓存中提取数据并显示为一个提要。
如果有其他方法或建议,我将不胜感激。
php - Twitter Search API multiple hash tags or users
I am trying to query the Twitter Search API for either a user, several users, a hashtag, several hashtags, or any combo of them. I am struggling with the syntax.
Multiple users (WORKS)
Single hashtag (WORKS)
Combo (BROKEN)
I do not want to query a specific hashtag from a specific user. I want either/or results. If I use the following syntax, it works, but it also searches the contents of the tweet, as opposed to just the hashtag, which is not as nice.
Contains search (WORKS)
Is there any way to accomplish what I am looking for or no? I have also tried the following
(BROKEN)
Hope this make sense. I can clarify further if needed. (Note: I am using since_id and max_id in my actual environment, as well as rpp, but for the ease of this question, I left them out of my examples.)
php - Twitter OAuth:用户/搜索有效,但搜索/推文无效
我想在推特上搜索推文。它不工作。
但是当我进行用户搜索时,它工作得很好。
我也尝试了以下方法,但这也不起作用
可能是什么原因?
错误信息
python - Twitter 搜索 API 结果不反映高级搜索功能
我有兴趣使用查询检查底特律半径 300 英里内的推文tigers
。这是我一直用于我的 python 程序的链接:
...仅返回大约 15 条推文,其中 13 条来自哈萨克斯坦的一个人。
这是使用 Twitter 内置高级搜索的相同搜索: https ://twitter.com/search?q=%22tigers%22%20near%3A%22Detroit%22%20within%3A300mi&src=typd
...有大量新鲜的推文可供挑选。请帮忙?
php - Twitter GET 搜索返回空结果
我对 Twitter 的 search get 方法的行为感到有点惊讶。
几周前,我创建了 twitter 帐户进行测试。我使用 search get 方法来解析推文,如下所示:
http://search.twitter.com/search.json?q=netizencytest _
它工作得很好,但是一周前的某个地方开始返回空结果。
那么,为什么会发生呢?它仍然为此帐户返回空结果。也许.. twitter 出于某些原因禁止解析此帐户?
另一个帐户正确返回结果,例如尝试这个http://search.twitter.com/search.json?q= symofficiel
twitter - 排除来自官方推特搜索小部件的回复
我的网站上有一个 twitter 搜索小部件,搜索如下:from:account_name
. 但它现在显示了我的 twitterstream 以及所有回复。我想从列表中排除那些。
有谁知道这是怎么做到的吗?搜索后,REST-api 有很多选项,但我只需要它作为搜索字符串。
twitter - 使用 twitter search api 获取带有图片的推文
是否可以获得包含照片的推文?我目前正在使用twitter 搜索 api,并通过设置 include_entities=true 来获取所有具有实体详细信息的推文。我在媒体对象下看到图片详细信息,但无论如何都可以过滤和获取只有这些媒体项目的推文对象。还是在 Twitter4j 中无论如何都可以执行此查询?
oauth - search.twitter.com API 会在 2013 年 3 月被弃用吗?
我已经开始阅读有关 2013 年 3 月左右的某些 Twitter API 1.0 弃用截止日期的内容,邀请他们的所有用户迁移到所述 API 的 1.1 版本。他们两个(除其他外)之间的主要区别似乎是“OAUTH 的事情”。
目前,我一直在开发一个 iOS/Android 应用程序,它使用 search.twitter.com/search.json API,没有大问题。好消息是“search.twitter.com” API 是一个未经身份验证的 API,现在,它足以满足我的需求。我现在“不想在 OAUTH 身份验证上投入时间”。
另一方面,老实说,我不知道“search.twitter.com” API 是否与 1.0 Twitter API 相同。是吗?我是否在不知不觉中使用了 Twitter API 1.0?
有谁知道 search.twitter.com “API”是否会在 2013 年 3 月“也”被弃用?
谢谢!!