twitteR 関数 'searchTwitter' を使用して、キーワード「nba」またはハッシュタグ「#nba」で約 3000 のツイートを取得しようとしていますが、2013 年 1 月 1 日から2014-02-25。私は本当に混乱しています、これは正常ですか?他の誰かが twitteR を使用して同様の問題を経験しましたか? 助けてください。とても有難い!
library(twitteR)
library(plyr)
library(stringr)
load("~/twitter_authentication.Rdata")
registerTwitterOAuth(cred)
nbahash_tweets = searchTwitter("#nba",since='2013-01-01', until='2014-02-25',n=3000)
nba_tweets = searchTwitter("nba",since='2013-01-01', until='2014-02-25',n=3000)
Warning message:
In doRppAPICall("search/tweets", n, params = params, retryOnRateLimit = retryOnRateLimit, :
3000 tweets were requested but the API can only return 398
その後
Warning message:
In doRppAPICall("search/tweets", n, params = params, retryOnRateLimit = retryOnRateLimit, :
3000 tweets were requested but the API can only return 299