TwitteR:' searchTwitter'函数只返回一小组推文

时间:2017-10-03 12:56:54

标签: api twitter oauth hashtag tweets

我正在尝试使用searchTwitter()获取推文,以获取twitterR API允许获取的最大数量推文(我认为限制在3000左右。)但结果我只得到两条推文,尽管我可以当我在Twitter(通过浏览器或应用程序)检查主题标签时,请在Twitter上查看我看到有超过1000个帖子。 以下是我收到的信息。



library("ROAuth")
library("bitops")
library("twitteR")
library("RCurl")
library("NLP")
library("tm")
library("RColorBrewer")
library("wordcloud")

api_key <-"xxxxx" #works out
api_secret <-"xxxxx"
accec_token <-"xxxx"
acces_token_secret<-"xxxxxx"
setup_twitter_oauth(api_key,api_secret,accec_token,acces_token_secret)

car3<- searchTwitter("#شعب_الحرمين_ضد_قياده_المراه_3", n=500 , lang="en")
jihadDf <- twListToDF(car3)
head(jihadDf)

Warning message:
In doRppAPICall("search/tweets", n, params = params, retryOnRateLimit = retryOnRateLimit,  :
  500 tweets were requested but the API can only return 2
&#13;
&#13;
&#13;

0 个答案:

没有答案