本文介绍了Twitter搜索(原子)API-排除转发的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用Twitter的Atom搜索API.现在,我用所有单词介绍所有(最新的5条)推文.但不幸的是,许多人转发了这则帖子,而我在同一条帖子中获得了5次.
I am using the Atom search API from Twitter. Now I present all (newest 5) tweets with a certain word. But unfortunately, many people retweet this one post and I get the same post 5 times.
我可以排除转发吗?如果可以,怎么办?
Can I exclude retweets? If so, how?
推荐答案
通过在搜索查询的末尾添加 + exclude:retweets ,我已成功排除了转发.
I've been successfully excluding retweets by adding +exclude:retweets at the end of my search query.
这篇关于Twitter搜索(原子)API-排除转发的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!