Connect to the Twitter Streaming API using R

后端 未结 2 1688
终归单人心
终归单人心 2021-01-06 22:30

I just started playing around with the Twitter Streaming API and using the command line, redirect the raw JSON reponses to a file using the command below:

cu         


        
2条回答
  •  别那么骄傲
    2021-01-06 23:02

    Try the twitter api package for R.

    install.packages('twitteR')
    library(twitteR)
    

    I think this is what you need.

提交回复
热议问题