How to get all historical info from searchTwitter() in R twitteR package

后端 未结 1 1210
暗喜
暗喜 2021-01-26 04:34

I\'m trying to use searchTwitter() to find certain topic on twitter. For example:

searchTwitter(\"#Fast and Furious 7\", n = 10000)
<
相关标签:
1条回答
  • 2021-01-26 05:21

    Twitter provides search for the last few days only.

    The cost of keeping the data indexed is too high, given the few users interested. Twitter's business model is live information.

    If you want historical data, you will have to buy this from third party providers. I don't remember the name, but a company offering such data was linked from the Twitter web page where they explained this limitation of their search API.

    0 讨论(0)
提交回复
热议问题